#DBAE98

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

Shades of Cashmere #DBAE98

Tints of Cashmere #DBAE98

Color information

#DBAE98 (or 0xDBAE98) is unknown color: approx Cashmere. HEX triplet: DB, AE and 98. RGB value is (219,174,152). Sum of RGB (Red+Green+Blue) = 219+174+152=545 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.18% from 545); Green value is 174 (68.36% from 255 or 31.93% from 545); Blue value is 152 (59.77% from 255 or 27.89% from 545); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAE98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBAE98 is #245167. Grayscale: #B9B9B9. Windows color (decimal): -2380136 or 10006235. OLE color: 10006235.

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

Color convert

RGB219174152-
CMYK00.210.310.14
HSL19.7º48.2%72.75%-
HSV(B)19.7º30.59%85.88%-
XYZ50.0247.636.26-
YUV184.95109.41152.29-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 40.18%
GREEN value IS 174 (68.36% from 255) = 31.93%
BLUE value IS 152 (59.77% from 255) = 27.89%
R=40.18%
G=31.93%
B=27.89%

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
Decimal21917415200.210.310.1419.748.272.75
HexDBAE980151FE143049
Octal33325623002537162460111
Binary110110111010111010011000010101111111110101001100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBAE98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBAE98; }

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

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

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

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

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

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

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

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