Color Hex Logo

#dcb17d Color Hex

#DCB17D
(220,177,125)
0 Favorites   0 Comments

Color spaces of #dcb17d

RGB 220177125
HSL0.090.580.68
HSV33°43°86°
CMYK 0.000.200.43   0.14
XYZ48.939048.140626.1147
Yxy48.14060.39730.3908
Hunter Lab69.38344.482426.2527
CIE-Lab74.91358.883232.4855

#dcb17d color RGB value is (220,177,125).

#dcb17d hex color red value is 220, green value is 177 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #dcb17d hue: 0.09 , saturation: 0.58 and the lightness value of dcb17d is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10110001 01111101
Octal 334 261 175
Decimal 220 177 125
Hex DC B1 7D

RGB Percentages of Color #dcb17d

%42.15
%33.91
%23.95

CMYK Percentages of Color #dcb17d

%0
%20
%43
%14

Triadic Colors of #dcb17d

#dcb17d #7ddcb1 #b17ddc

Analogous Colors of #dcb17d

#dcb17d #d8dc7d #dc827d

Monochromatic Colors of #dcb17d

#dcb17d

Complementary Color

#dcb17d #7da8dc

#dcb17d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb17d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb17d Color CSS Codes

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

#dcb17d Text Font Color

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

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


#dcb17d Background Color

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

This div background color is #dcb17d


#dcb17d Border Color

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

This div border color is #dcb17d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb17d


Comments

No comments written yet.

Please login to write comment.