Color Hex Logo

#dcb16d Color Hex

#DCB16D
(220,177,109)
0 Favorites   0 Comments

Color spaces of #dcb16d

RGB 220177109
HSL0.100.610.65
HSV37°50°86°
CMYK 0.000.200.50   0.14
XYZ47.997747.764121.1576
Yxy47.76410.41050.4085
Hunter Lab69.11163.022230.2272
CIE-Lab74.67597.321540.4959

#dcb16d color RGB value is (220,177,109).

#dcb16d hex color red value is 220, green value is 177 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #dcb16d hue: 0.10 , saturation: 0.61 and the lightness value of dcb16d is 0.65.

The process color (four color CMYK) of #dcb16d color hex is 0.00, 0.20, 0.50, 0.14. Web safe color of #dcb16d is #cc9966. Color #dcb16d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10110001 01101101
Octal 334 261 155
Decimal 220 177 109
Hex DC B1 6D

RGB Percentages of Color #dcb16d

%43.48
%34.98
%21.54

CMYK Percentages of Color #dcb16d

%0
%20
%50
%14

Triadic Colors of #dcb16d

#dcb16d #6ddcb1 #b16ddc

Analogous Colors of #dcb16d

#dcb16d #d0dc6d #dc7a6d

Monochromatic Colors of #dcb16d

#dcb16d

Complementary Color

#dcb16d #6d98dc

#dcb16d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb16d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb16d Color CSS Codes

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

#dcb16d Text Font Color

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

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


#dcb16d Background Color

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

This div background color is #dcb16d


#dcb16d Border Color

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

This div border color is #dcb16d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb16d


Comments

No comments written yet.

Please login to write comment.