color codes Logo

#dcb718 color codes

#DCB718
(220,183,24)
0 Favorites   0 Comments

Color spaces of #dcb718

RGB 22018324
HSL0.140.800.48
HSV49°89°86°
CMYK 0.000.170.89   0.14
XYZ46.613649.14867.8940
Yxy49.14860.44970.4742
Hunter Lab70.1061-4.000842.3981
CIE-Lab75.5437-0.283674.4385

#dcb718 color RGB value is (220,183,24).

#dcb718 hex color red value is 220, green value is 183 and the blue value of its RGB is 24. Cylindrical-coordinate representations (also known as HSL) of color #dcb718 hue: 0.14 , saturation: 0.80 and the lightness value of dcb718 is 0.48.

The process color (four color CMYK) of #dcb718 color code is 0.00, 0.17, 0.89, 0.14. Web safe color of #dcb718 is #cccc00. Color #dcb718 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10110111 00011000
Octal 334 267 30
Decimal 220 183 24
Hex DC B7 18

RGB Percentages of Color #dcb718

%51.52
%42.86
%5.62

CMYK Percentages of Color #dcb718

%0
%17
%89
%14

Triadic Colors of #dcb718

#dcb718 #18dcb7 #b718dc

Analogous Colors of #dcb718

#dcb718 #9fdc18 #dc5518

Monochromatic Colors of #dcb718

#dcb718

Complementary Color

#dcb718 #183ddc

#dcb718 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb718 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb718 Color CSS Codes

.mybgcolor {background-color:#dcb718; } 
.myforecolor {color:#dcb718; }
.mybordercolor {border:3px solid #dcb718; }

#dcb718 Text Font Color

<p style="color:#dcb718">Text here</p>

This sample text font color is #dcb718
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#dcb718 Background Color

<div style="background-color:#dcb718">
Div content here</div>

This div background color is #dcb718


#dcb718 Border Color

<div style="border:3px solid #dcb718">
Div here</div>

This div border color is #dcb718


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(220,183,24, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dcb718; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dcb718;
  -webkit-box-shadow: 1px 1px 3px 2px #dcb718;
  box-shadow:         1px 1px 3px 2px #dcb718; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,183,24, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #dcb718">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #dcb718;
  -webkit-box-shadow: 1px 1px 3px 2px #dcb718;
  box-shadow:         1px 1px 3px 2px #dcb718;">
Div content here</div>

This div box has shadow with color #dcb718


Comments

No comments written yet.

Please login to write comment.