#DAAA91

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

Shades of Rose #DAAA91

Tints of Rose #DAAA91

Color information

#DAAA91 (or 0xDAAA91) is unknown color: approx Rose. HEX triplet: DA, AA and 91. RGB value is (218,170,145). Sum of RGB (Red+Green+Blue) = 218+170+145=533 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.90% from 533); Green value is 170 (66.80% from 255 or 31.89% from 533); Blue value is 145 (57.03% from 255 or 27.20% from 533); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAA91 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAAA91 is #25556E. Grayscale: #B5B5B5. Windows color (decimal): -2446703 or 9546458. OLE color: 9546458.

HSL color Cylindrical-coordinate representation of color #DAAA91: hue angle of 20.55º 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 #DAAA91 is Cyan = 0, Magento = 0.22, Yellow = 0.33 and Black (K on CMYK) = 0.15.

Color convert

RGB218170145-
CMYK00.220.330.15
HSL20.55º49.66%71.18%-
HSV(B)20.55º33.49%85.49%-
XYZ48.445.733.06-
YUV181.5107.4154.03-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.90%
GREEN value IS 170 (66.80% from 255) = 31.89%
BLUE value IS 145 (57.03% from 255) = 27.20%
R=40.90%
G=31.89%
B=27.20%

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
Decimal21817014500.220.330.1520.5549.6671.18
HexDAAA9101621F153247
Octal33225222102641172562107
Binary1101101010101010100100010101101000011111101011100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAAA91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAAA91; }

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

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

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

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

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

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

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

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