#DCB39A

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

Shades of Cashmere #DCB39A

Tints of Cashmere #DCB39A

Color information

#DCB39A (or 0xDCB39A) is unknown color: approx Cashmere. HEX triplet: DC, B3 and 9A. RGB value is (220,179,154). Sum of RGB (Red+Green+Blue) = 220+179+154=553 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.78% from 553); Green value is 179 (70.31% from 255 or 32.37% from 553); Blue value is 154 (60.55% from 255 or 27.85% from 553); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB39A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB39A is #234C65. Grayscale: #BCBCBC. Windows color (decimal): -2313318 or 10138588. OLE color: 10138588.

HSL color Cylindrical-coordinate representation of color #DCB39A: hue angle of 22.73º 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 #DCB39A is Cyan = 0, Magento = 0.19, Yellow = 0.3 and Black (K on CMYK) = 0.14.

Color convert

RGB220179154-
CMYK00.190.30.14
HSL22.73º48.53%73.33%-
HSV(B)22.73º30%86.27%-
XYZ51.4749.7937.47-
YUV188.41108.58150.53-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.78%
GREEN value IS 179 (70.31% from 255) = 32.37%
BLUE value IS 154 (60.55% from 255) = 27.85%
R=39.78%
G=32.37%
B=27.85%

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
Decimal22017915400.190.30.1422.7348.5373.33
HexDCB39A0131EE173149
Octal33426323202336162761111
Binary110111001011001110011010010011111101110101111100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB39A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB39A; }

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

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

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

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

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

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

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

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