color codes Logo

#dcb45f color codes

#DCB45F
(220,180,95)
0 Favorites   0 Comments

Color spaces of #dcb45f

RGB 22018095
HSL0.110.640.62
HSV41°57°86°
CMYK 0.000.180.57   0.14
XYZ47.902048.684417.6988
Yxy48.68440.41910.4260
Hunter Lab69.77420.440533.8026
CIE-Lab75.25464.562448.1852

#dcb45f color RGB value is (220,180,95).

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

The process color (four color CMYK) of #dcb45f color code is 0.00, 0.18, 0.57, 0.14. Web safe color of #dcb45f is #cccc66. Color #dcb45f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10110100 01011111
Octal 334 264 137
Decimal 220 180 95
Hex DC B4 5F

RGB Percentages of Color #dcb45f

%44.44
%36.36
%19.19

CMYK Percentages of Color #dcb45f

%0
%18
%57
%14

Triadic Colors of #dcb45f

#dcb45f #5fdcb4 #b45fdc

Analogous Colors of #dcb45f

#dcb45f #c6dc5f #dc765f

Monochromatic Colors of #dcb45f

#dcb45f

Complementary Color

#dcb45f #5f87dc

#dcb45f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb45f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb45f Color CSS Codes

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

#dcb45f Text Font Color

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

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


#dcb45f Background Color

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

This div background color is #dcb45f


#dcb45f Border Color

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

This div border color is #dcb45f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb45f


Comments

No comments written yet.

Please login to write comment.