#DCB19A

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

Shades of Cashmere #DCB19A

Tints of Cashmere #DCB19A

Color information

#DCB19A (or 0xDCB19A) is unknown color: approx Cashmere. HEX triplet: DC, B1 and 9A. RGB value is (220,177,154). Sum of RGB (Red+Green+Blue) = 220+177+154=551 (72% of max value = 765). Red value is 220 (86.33% from 255 or 39.93% from 551); Green value is 177 (69.53% from 255 or 32.12% from 551); Blue value is 154 (60.55% from 255 or 27.95% from 551); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB19A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCB19A is #234E65. Grayscale: #BBBBBB. Windows color (decimal): -2313830 or 10138076. OLE color: 10138076.

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

Color convert

RGB220177154-
CMYK00.200.30.14
HSL20.91º48.53%73.33%-
HSV(B)20.91º30%86.27%-
XYZ51.0748.9937.34-
YUV187.24109.25151.37-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.93%
GREEN value IS 177 (69.53% from 255) = 32.12%
BLUE value IS 154 (60.55% from 255) = 27.95%
R=39.93%
G=32.12%
B=27.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.3
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017715400.200.30.1420.9148.5373.33
HexDCB19A0141EE153149
Octal33426123202436162561111
Binary110111001011000110011010010100111101110101011100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB19A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB19A; }

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

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

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

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

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

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

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

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