#DBAD96

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

Shades of Cashmere #DBAD96

Tints of Cashmere #DBAD96

Color information

#DBAD96 (or 0xDBAD96) is unknown color: approx Cashmere. HEX triplet: DB, AD and 96. RGB value is (219,173,150). Sum of RGB (Red+Green+Blue) = 219+173+150=542 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.41% from 542); Green value is 173 (67.97% from 255 or 31.92% from 542); Blue value is 150 (58.98% from 255 or 27.68% from 542); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAD96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBAD96 is #245269. Grayscale: #B8B8B8. Windows color (decimal): -2380394 or 9874907. OLE color: 9874907.

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

Color convert

RGB219173150-
CMYK00.210.320.14
HSL20º48.94%72.35%-
HSV(B)20º31.51%85.88%-
XYZ49.6647.1535.34-
YUV184.13108.74152.87-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 40.41%
GREEN value IS 173 (67.97% from 255) = 31.92%
BLUE value IS 150 (58.98% from 255) = 27.68%
R=40.41%
G=31.92%
B=27.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.32
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21917315000.210.320.142048.9472.35
HexDBAD9601520E143148
Octal33325522602540162461110
Binary1101101110101101100101100101011000001110101001100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBAD96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBAD96; }

 p { color: rgb(219,173,150); }

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

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

 a { background-color: rgb(219,173,150); }

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

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

 span { border-color: rgb(219,173,150); }

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