#DBAD95

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

Shades of Cashmere #DBAD95

Tints of Cashmere #DBAD95

Color information

#DBAD95 (or 0xDBAD95) is unknown color: approx Cashmere. HEX triplet: DB, AD and 95. RGB value is (219,173,149). Sum of RGB (Red+Green+Blue) = 219+173+149=541 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.48% from 541); Green value is 173 (67.97% from 255 or 31.98% from 541); Blue value is 149 (58.59% from 255 or 27.54% from 541); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAD95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBAD95 is #24526A. Grayscale: #B8B8B8. Windows color (decimal): -2380395 or 9809371. OLE color: 9809371.

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

Color convert

RGB219173149-
CMYK00.210.320.14
HSL20.57º49.3%72.16%-
HSV(B)20.57º31.96%85.88%-
XYZ49.5847.1234.92-
YUV184.02108.24152.95-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 40.48%
GREEN value IS 173 (67.97% from 255) = 31.98%
BLUE value IS 149 (58.59% from 255) = 27.54%
R=40.48%
G=31.98%
B=27.54%

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
Decimal21917314900.210.320.1420.5749.372.16
HexDBAD9501520E153148
Octal33325522502540162561110
Binary1101101110101101100101010101011000001110101011100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBAD95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBAD95; }

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

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

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

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

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

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

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

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