Color Hex Logo

#dcb939 Color Hex

#DCB939
(220,185,57)
0 Favorites   0 Comments

Color spaces of #dcb939

RGB 22018557
HSL0.130.700.54
HSV47°74°86°
CMYK 0.000.160.74   0.14
XYZ47.602750.209011.0533
Yxy50.20900.43730.4612
Hunter Lab70.8583-4.085540.3521
CIE-Lab76.1974-0.331865.6626

#dcb939 color RGB value is (220,185,57).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111001 00111001
Octal 334 271 71
Decimal 220 185 57
Hex DC B9 39

RGB Percentages of Color #dcb939

%47.62
%40.04
%12.34

CMYK Percentages of Color #dcb939

%0
%16
%74
%14

Triadic Colors of #dcb939

#dcb939 #39dcb9 #b939dc

Analogous Colors of #dcb939

#dcb939 #aedc39 #dc6839

Monochromatic Colors of #dcb939

#dcb939

Complementary Color

#dcb939 #395cdc

#dcb939 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb939 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb939 Color CSS Codes

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

#dcb939 Text Font Color

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

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


#dcb939 Background Color

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

This div background color is #dcb939


#dcb939 Border Color

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

This div border color is #dcb939


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb939


Comments

No comments written yet.

Please login to write comment.