#DBAF98

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

Shades of Cashmere #DBAF98

Tints of Cashmere #DBAF98

Color information

#DBAF98 (or 0xDBAF98) is unknown color: approx Cashmere. HEX triplet: DB, AF and 98. RGB value is (219,175,152). Sum of RGB (Red+Green+Blue) = 219+175+152=546 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.11% from 546); Green value is 175 (68.75% from 255 or 32.05% from 546); Blue value is 152 (59.77% from 255 or 27.84% from 546); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAF98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBAF98 is #245067. Grayscale: #B9B9B9. Windows color (decimal): -2379880 or 10006491. OLE color: 10006491.

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

Color convert

RGB219175152-
CMYK00.200.310.14
HSL20.6º48.2%72.75%-
HSV(B)20.6º30.59%85.88%-
XYZ50.2147.9936.32-
YUV185.53109.08151.87-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 40.11%
GREEN value IS 175 (68.75% from 255) = 32.05%
BLUE value IS 152 (59.77% from 255) = 27.84%
R=40.11%
G=32.05%
B=27.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.31
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21917515200.200.310.1420.648.272.75
HexDBAF980141FE153049
Octal33325723002437162560111
Binary110110111010111110011000010100111111110101011100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBAF98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBAF98; }

 p { color: rgb(219,175,152); }

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

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

 a { background-color: rgb(219,175,152); }

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

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

 span { border-color: rgb(219,175,152); }

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