#DCB29A

Color #DCB29A Cashmere (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cashmere #DCB29A

Tints of Cashmere #DCB29A

Color information

#DCB29A (or 0xDCB29A) is unknown color: approx Cashmere. HEX triplet: DC, B2 and 9A. RGB value is (220,178,154). Sum of RGB (Red+Green+Blue) = 220+178+154=552 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.86% from 552); Green value is 178 (69.92% from 255 or 32.25% from 552); Blue value is 154 (60.55% from 255 or 27.90% from 552); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB29A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCB29A is #234D65. Grayscale: #BBBBBB. Windows color (decimal): -2313574 or 10138332. OLE color: 10138332.

HSL color Cylindrical-coordinate representation of color #DCB29A: hue angle of 21.82º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DCB29A is Cyan = 0, Magento = 0.19, Yellow = 0.3 and Black (K on CMYK) = 0.14.

Color convert

RGB220178154-
CMYK00.190.30.14
HSL21.82º48.53%73.33%-
HSV(B)21.82º30%86.27%-
XYZ51.2749.3937.4-
YUV187.82108.91150.95-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 220 (86.33% from 255) = 39.86%
GREEN value IS 178 (69.92% from 255) = 32.25%
BLUE value IS 154 (60.55% from 255) = 27.90%
R=39.86%
G=32.25%
B=27.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.3
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017815400.190.30.1421.8248.5373.33
HexDCB29A0131EE163149
Octal33426223202336162661111
Binary110111001011001010011010010011111101110101101100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB29A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB29A; }

 p { color: rgb(220,178,154); }

 H1.HeaderClassName
 {
   color: #DCB29A;
 }
 .AnyTagClassName
 {
   color: #DCB29A;
 }
</style>
background-color css

<style>
 a { background-color: #DCB29A; }

 a { background-color: rgb(220,178,154); }

 div.DivClassName
 {
   background-color: #DCB29A;
 }
 .BgClassName
 {
   background-color: #DCB29A;
 }
</style>
border-color css

<style>
 span { border-color: #DCB29A; }

 span { border-color: rgb(220,178,154); }

 td.TdClassName
 {
   border-color: #DCB29A;
 }
 .TagClassName
 {
   border-color: #DCB29A;
 }
</style>