Color Hex Logo

#dcb716 Color Hex

#DCB716
(220,183,22)
0 Favorites   0 Comments

Color spaces of #dcb716

RGB 22018322
HSL0.140.820.47
HSV49°90°86°
CMYK 0.000.170.90   0.14
XYZ46.593549.14057.7884
Yxy49.14050.45010.4747
Hunter Lab70.1003-4.032042.4829
CIE-Lab75.5387-0.318774.8034

#dcb716 color RGB value is (220,183,22).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10110111 00010110
Octal 334 267 26
Decimal 220 183 22
Hex DC B7 16

RGB Percentages of Color #dcb716

%51.76
%43.06
%5.18

CMYK Percentages of Color #dcb716

%0
%17
%90
%14

Triadic Colors of #dcb716

#dcb716 #16dcb7 #b716dc

Analogous Colors of #dcb716

#dcb716 #9edc16 #dc5416

Monochromatic Colors of #dcb716

#dcb716

Complementary Color

#dcb716 #163bdc

#dcb716 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb716 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb716 Color CSS Codes

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

#dcb716 Text Font Color

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

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


#dcb716 Background Color

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

This div background color is #dcb716


#dcb716 Border Color

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

This div border color is #dcb716


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,183,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 #dcb716">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb716


Comments

No comments written yet.

Please login to write comment.