Color Hex Logo

#dcb44d Color Hex

#DCB44D
(220,180,77)
0 Favorites   0 Comments

Color spaces of #dcb44d

RGB 22018077
HSL0.120.670.58
HSV43°65°86°
CMYK 0.000.180.65   0.14
XYZ47.176048.394013.8757
Yxy48.39400.43100.4422
Hunter Lab69.5658-0.690536.8700
CIE-Lab75.07283.325656.3764

#dcb44d color RGB value is (220,180,77).

#dcb44d hex color red value is 220, green value is 180 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #dcb44d hue: 0.12 , saturation: 0.67 and the lightness value of dcb44d is 0.58.

The process color (four color CMYK) of #dcb44d color hex is 0.00, 0.18, 0.65, 0.14. Web safe color of #dcb44d is #cccc66. Color #dcb44d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10110100 01001101
Octal 334 264 115
Decimal 220 180 77
Hex DC B4 4D

RGB Percentages of Color #dcb44d

%46.12
%37.74
%16.14

CMYK Percentages of Color #dcb44d

%0
%18
%65
%14

Triadic Colors of #dcb44d

#dcb44d #4ddcb4 #b44ddc

Analogous Colors of #dcb44d

#dcb44d #bddc4d #dc6d4d

Monochromatic Colors of #dcb44d

#dcb44d

Complementary Color

#dcb44d #4d75dc

#dcb44d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb44d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb44d Color CSS Codes

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

#dcb44d Text Font Color

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

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


#dcb44d Background Color

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

This div background color is #dcb44d


#dcb44d Border Color

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

This div border color is #dcb44d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb44d


Comments

No comments written yet.

Please login to write comment.