#DAAA99

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

Shades of Rose #DAAA99

Tints of Rose #DAAA99

Color information

#DAAA99 (or 0xDAAA99) is unknown color: approx Rose. HEX triplet: DA, AA and 99. RGB value is (218,170,153). Sum of RGB (Red+Green+Blue) = 218+170+153=541 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.30% from 541); Green value is 170 (66.80% from 255 or 31.42% from 541); Blue value is 153 (60.16% from 255 or 28.28% from 541); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAA99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAAA99 is #255566. Grayscale: #B6B6B6. Windows color (decimal): -2446695 or 10070746. OLE color: 10070746.

HSL color Cylindrical-coordinate representation of color #DAAA99: hue angle of 15.69º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DAAA99 is Cyan = 0, Magento = 0.22, Yellow = 0.30 and Black (K on CMYK) = 0.15.

Color convert

RGB218170153-
CMYK00.220.300.15
HSL15.69º46.76%72.75%-
HSV(B)15.69º29.82%85.49%-
XYZ49.0445.9536.42-
YUV182.41111.4153.38-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.30%
GREEN value IS 170 (66.80% from 255) = 31.42%
BLUE value IS 153 (60.16% from 255) = 28.28%
R=40.30%
G=31.42%
B=28.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.30
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21817015300.220.300.1515.6946.7672.75
HexDAAA990161EF102f49
Octal33225223102636172057111
Binary110110101010101010011001010110111101111100001011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAAA99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAAA99; }

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

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

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

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

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

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

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

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