#DAAA9A

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

Shades of Rose #DAAA9A

Tints of Rose #DAAA9A

Color information

#DAAA9A (or 0xDAAA9A) is unknown color: approx Rose. HEX triplet: DA, AA and 9A. RGB value is (218,170,154). Sum of RGB (Red+Green+Blue) = 218+170+154=542 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.22% from 542); Green value is 170 (66.80% from 255 or 31.37% from 542); Blue value is 154 (60.55% from 255 or 28.41% from 542); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAA9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAAA9A is #255565. Grayscale: #B6B6B6. Windows color (decimal): -2446694 or 10136282. OLE color: 10136282.

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

Color convert

RGB218170154-
CMYK00.220.290.15
HSL15º46.38%72.94%-
HSV(B)15º29.36%85.49%-
XYZ49.1245.9936.86-
YUV182.53111.9153.3-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.22%
GREEN value IS 170 (66.80% from 255) = 31.37%
BLUE value IS 154 (60.55% from 255) = 28.41%
R=40.22%
G=31.37%
B=28.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.29
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21817015400.220.290.151546.3872.94
HexDAAA9A0161DFf2e49
Octal33225223202635171756111
Binary11011010101010101001101001011011101111111111011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAAA9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAAA9A; }

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

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

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

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

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

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

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

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