#DAAB91

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

Shades of Cashmere #DAAB91

Tints of Cashmere #DAAB91

Color information

#DAAB91 (or 0xDAAB91) is unknown color: approx Cashmere. HEX triplet: DA, AB and 91. RGB value is (218,171,145). Sum of RGB (Red+Green+Blue) = 218+171+145=534 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.82% from 534); Green value is 171 (67.19% from 255 or 32.02% from 534); Blue value is 145 (57.03% from 255 or 27.15% from 534); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAB91 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAAB91 is #25546E. Grayscale: #B6B6B6. Windows color (decimal): -2446447 or 9546714. OLE color: 9546714.

HSL color Cylindrical-coordinate representation of color #DAAB91: hue angle of 21.37º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DAAB91 is Cyan = 0, Magento = 0.22, Yellow = 0.33 and Black (K on CMYK) = 0.15.

Color convert

RGB218171145-
CMYK00.220.330.15
HSL21.37º49.66%71.18%-
HSV(B)21.37º33.49%85.49%-
XYZ48.5946.0833.12-
YUV182.09107.07153.61-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.82%
GREEN value IS 171 (67.19% from 255) = 32.02%
BLUE value IS 145 (57.03% from 255) = 27.15%
R=40.82%
G=32.02%
B=27.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.33
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21817114500.220.330.1521.3749.6671.18
HexDAAB9101621F153247
Octal33225322102641172562107
Binary1101101010101011100100010101101000011111101011100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAAB91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAAB91; }

 p { color: rgb(218,171,145); }

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

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

 a { background-color: rgb(218,171,145); }

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

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

 span { border-color: rgb(218,171,145); }

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