Color Hex Logo

#dcb039 Color Hex

#DCB039
(220,176,57)
0 Favorites   0 Comments

Color spaces of #dcb039

RGB 22017657
HSL0.120.700.54
HSV44°74°86°
CMYK 0.000.200.74   0.14
XYZ45.779146.561710.4454
Yxy46.56170.44540.4530
Hunter Lab68.23610.341038.6893
CIE-Lab73.90854.397263.4591

#dcb039 color RGB value is (220,176,57).

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

The process color (four color CMYK) of #dcb039 color hex is 0.00, 0.20, 0.74, 0.14. Web safe color of #dcb039 is #cc9933. Color #dcb039 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10110000 00111001
Octal 334 260 71
Decimal 220 176 57
Hex DC B0 39

RGB Percentages of Color #dcb039

%48.57
%38.85
%12.58

CMYK Percentages of Color #dcb039

%0
%20
%74
%14

Triadic Colors of #dcb039

#dcb039 #39dcb0 #b039dc

Analogous Colors of #dcb039

#dcb039 #b7dc39 #dc5f39

Monochromatic Colors of #dcb039

#dcb039

Complementary Color

#dcb039 #3965dc

#dcb039 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb039 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb039 Color CSS Codes

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

#dcb039 Text Font Color

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

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


#dcb039 Background Color

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

This div background color is #dcb039


#dcb039 Border Color

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

This div border color is #dcb039


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb039


Comments

No comments written yet.

Please login to write comment.