#DBAD90

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

Shades of Cashmere #DBAD90

Tints of Cashmere #DBAD90

Color information

#DBAD90 (or 0xDBAD90) is unknown color: approx Cashmere. HEX triplet: DB, AD and 90. RGB value is (219,173,144). Sum of RGB (Red+Green+Blue) = 219+173+144=536 (70% of max value = 765). Red value is 219 (85.94% from 255 or 40.86% from 536); Green value is 173 (67.97% from 255 or 32.28% from 536); Blue value is 144 (56.64% from 255 or 26.87% from 536); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAD90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBAD90 is #24526F. Grayscale: #B7B7B7. Windows color (decimal): -2380400 or 9481691. OLE color: 9481691.

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

Color convert

RGB219173144-
CMYK00.210.340.14
HSL23.2º51.02%71.18%-
HSV(B)23.2º34.25%85.88%-
XYZ49.1946.9632.86-
YUV183.45105.74153.36-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 40.86%
GREEN value IS 173 (67.97% from 255) = 32.28%
BLUE value IS 144 (56.64% from 255) = 26.87%
R=40.86%
G=32.28%
B=26.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.34
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21917314400.210.340.1423.251.0271.18
HexDBAD9001522E173347
Octal33325522002542162763107
Binary1101101110101101100100000101011000101110101111100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBAD90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBAD90; }

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

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

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

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

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

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

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

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