Color Hex Logo

#dcb45d Color Hex

#DCB45D
(220,180,93)
0 Favorites   0 Comments

Color spaces of #dcb45d

RGB 22018093
HSL0.110.640.61
HSV41°58°86°
CMYK 0.000.180.58   0.14
XYZ47.812248.648517.2260
Yxy48.64850.42060.4279
Hunter Lab69.74850.300934.1809
CIE-Lab75.23214.410349.1273

#dcb45d color RGB value is (220,180,93).

#dcb45d hex color red value is 220, green value is 180 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #dcb45d hue: 0.11 , saturation: 0.64 and the lightness value of dcb45d is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10110100 01011101
Octal 334 264 135
Decimal 220 180 93
Hex DC B4 5D

RGB Percentages of Color #dcb45d

%44.62
%36.51
%18.86

CMYK Percentages of Color #dcb45d

%0
%18
%58
%14

Triadic Colors of #dcb45d

#dcb45d #5ddcb4 #b45ddc

Analogous Colors of #dcb45d

#dcb45d #c5dc5d #dc755d

Monochromatic Colors of #dcb45d

#dcb45d

Complementary Color

#dcb45d #5d85dc

#dcb45d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb45d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb45d Color CSS Codes

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

#dcb45d Text Font Color

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

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


#dcb45d Background Color

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

This div background color is #dcb45d


#dcb45d Border Color

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

This div border color is #dcb45d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb45d


Comments

No comments written yet.

Please login to write comment.