Color Hex Logo

#dcb928 Color Hex

#DCB928
(220,185,40)
0 Favorites   0 Comments

Color spaces of #dcb928

RGB 22018540
HSL0.130.720.51
HSV48°82°86°
CMYK 0.000.160.82   0.14
XYZ47.247250.06689.1811
Yxy50.06680.44370.4701
Hunter Lab70.7579-4.636441.8374
CIE-Lab76.1102-0.947271.1090

#dcb928 color RGB value is (220,185,40).

#dcb928 hex color red value is 220, green value is 185 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #dcb928 hue: 0.13 , saturation: 0.72 and the lightness value of dcb928 is 0.51.

The process color (four color CMYK) of #dcb928 color hex is 0.00, 0.16, 0.82, 0.14. Web safe color of #dcb928 is #cccc33. Color #dcb928 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111001 00101000
Octal 334 271 50
Decimal 220 185 40
Hex DC B9 28

RGB Percentages of Color #dcb928

%49.44
%41.57
%8.99

CMYK Percentages of Color #dcb928

%0
%16
%82
%14

Triadic Colors of #dcb928

#dcb928 #28dcb9 #b928dc

Analogous Colors of #dcb928

#dcb928 #a5dc28 #dc5f28

Monochromatic Colors of #dcb928

#dcb928

Complementary Color

#dcb928 #284bdc

#dcb928 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb928 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb928 Color CSS Codes

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

#dcb928 Text Font Color

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

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


#dcb928 Background Color

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

This div background color is #dcb928


#dcb928 Border Color

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

This div border color is #dcb928


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb928


Comments

No comments written yet.

Please login to write comment.