#DBAD98

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

Shades of Cashmere #DBAD98

Tints of Cashmere #DBAD98

Color information

#DBAD98 (or 0xDBAD98) is unknown color: approx Cashmere. HEX triplet: DB, AD and 98. RGB value is (219,173,152). Sum of RGB (Red+Green+Blue) = 219+173+152=544 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.26% from 544); Green value is 173 (67.97% from 255 or 31.80% from 544); Blue value is 152 (59.77% from 255 or 27.94% from 544); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAD98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBAD98 is #245267. Grayscale: #B8B8B8. Windows color (decimal): -2380392 or 10005979. OLE color: 10005979.

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

Color convert

RGB219173152-
CMYK00.210.310.14
HSL18.81º48.2%72.75%-
HSV(B)18.81º30.59%85.88%-
XYZ49.8247.2136.19-
YUV184.36109.74152.71-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 40.26%
GREEN value IS 173 (67.97% from 255) = 31.80%
BLUE value IS 152 (59.77% from 255) = 27.94%
R=40.26%
G=31.80%
B=27.94%

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
Decimal21917315200.210.310.1418.8148.272.75
HexDBAD980151FE133049
Octal33325523002537162360111
Binary110110111010110110011000010101111111110100111100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBAD98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBAD98; }

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

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

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

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

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

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

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

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