Shades of Rose #DAAA9A
Tints of Rose #DAAA9A
RGB
CMYK
RGB Variations
Color information
#DAAA9A (or 0xDAAA9A) is known color: 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
RGB | 218 | 170 | 154 | - |
CMYK | 0 | 0.22 | 0.29 | 0.15 |
HSL | 15º | 0.46% | 0.73% | - |
HSV(B) | 15º | 0.29% | 0.85% | - |
XYZ | 49.12 | 45.99 | 36.86 | - |
YUV | 182.53 | 111.9 | 153.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 170 | 154 | 0 | 0.22 | 0.29 | 0.15 | 15 | 0.46 | 0.73 |
Hex | DA | AA | 9A | 0 | 16 | 1D | F | F | 2E | 49 |
Octal | 332 | 252 | 232 | 0 | 26 | 35 | 17 | 17 | 56 | 111 |
Binary | 11011010 | 10101010 | 10011010 | 0 | 10110 | 11101 | 1111 | 1111 | 101110 | 1001001 |
Color Harmonies of #DAAA9A
Complementary color
Monochromatic Colors of #DAAA9A
Black with #DAAA9A
Text Example
Text Example
White with #DAAA9A
Text Example
Text Example
HTML Codes & Css Web 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>