#DBAD97

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

Shades of Cashmere #DBAD97

Tints of Cashmere #DBAD97

Color information

#DBAD97 (or 0xDBAD97) is unknown color: approx Cashmere. HEX triplet: DB, AD and 97. RGB value is (219,173,151). Sum of RGB (Red+Green+Blue) = 219+173+151=543 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.33% from 543); Green value is 173 (67.97% from 255 or 31.86% from 543); Blue value is 151 (59.38% from 255 or 27.81% from 543); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAD97 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBAD97 is #245268. Grayscale: #B8B8B8. Windows color (decimal): -2380393 or 9940443. OLE color: 9940443.

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

Color convert

RGB219173151-
CMYK00.210.310.14
HSL19.41º48.57%72.55%-
HSV(B)19.41º31.05%85.88%-
XYZ49.7447.1835.76-
YUV184.25109.24152.79-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 40.33%
GREEN value IS 173 (67.97% from 255) = 31.86%
BLUE value IS 151 (59.38% from 255) = 27.81%
R=40.33%
G=31.86%
B=27.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.31
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21917315100.210.310.1419.4148.5772.55
HexDBAD970151FE133149
Octal33325522702537162361111
Binary110110111010110110010111010101111111110100111100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBAD97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBAD97; }

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

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

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

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

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

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

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

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