Color Hex Logo

#dcb816 Color Hex

#DCB816
(220,184,22)
0 Favorites   0 Comments

Color spaces of #dcb816

RGB 22018422
HSL0.140.820.47
HSV49°90°86°
CMYK 0.000.160.90   0.14
XYZ46.800549.55467.8574
Yxy49.55460.44910.4755
Hunter Lab70.3950-4.519742.6586
CIE-Lab75.7951-0.840975.0010

#dcb816 color RGB value is (220,184,22).

#dcb816 hex color red value is 220, green value is 184 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #dcb816 hue: 0.14 , saturation: 0.82 and the lightness value of dcb816 is 0.47.

The process color (four color CMYK) of #dcb816 color hex is 0.00, 0.16, 0.90, 0.14. Web safe color of #dcb816 is #cccc00. Color #dcb816 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111000 00010110
Octal 334 270 26
Decimal 220 184 22
Hex DC B8 16

RGB Percentages of Color #dcb816

%51.64
%43.19
%5.16

CMYK Percentages of Color #dcb816

%0
%16
%90
%14

Triadic Colors of #dcb816

#dcb816 #16dcb8 #b816dc

Analogous Colors of #dcb816

#dcb816 #9ddc16 #dc5516

Monochromatic Colors of #dcb816

#dcb816

Complementary Color

#dcb816 #163adc

#dcb816 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb816 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb816 Color CSS Codes

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

#dcb816 Text Font Color

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

This sample text font color is #dcb816
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.


#dcb816 Background Color

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

This div background color is #dcb816


#dcb816 Border Color

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

This div border color is #dcb816


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb816


Comments

No comments written yet.

Please login to write comment.