Shades of Rose #DAA296
Tints of Rose #DAA296
RGB
CMYK
RGB Variations
Color information
#DAA296 (or 0xDAA296) is known color: Rose. HEX triplet: DA, A2 and 96. RGB value is (218,162,150). Sum of RGB (Red+Green+Blue) = 218+162+150=530 (70% of max value = 765). Red value is 218 (85.55% from 255 or 41.13% from 530); Green value is 162 (63.67% from 255 or 30.57% from 530); Blue value is 150 (58.98% from 255 or 28.30% from 530); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA296 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA296 is #255D69. Grayscale: #B1B1B1. Windows color (decimal): -2448746 or 9872090. OLE color: 9872090.
HSL color Cylindrical-coordinate representation of color #DAA296: hue angle of 10.59º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DAA296 is Cyan = 0, Magento = 0.26, Yellow = 0.31 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 162 | 150 | - |
| CMYK | 0 | 0.26 | 0.31 | 0.15 |
| HSL | 10.59º | 0.48% | 0.72% | - |
| HSV(B) | 10.59º | 0.31% | 0.85% | - |
| XYZ | 47.34 | 42.95 | 34.65 | - |
| YUV | 177.38 | 112.55 | 156.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 162 | 150 | 0 | 0.26 | 0.31 | 0.15 | 10.59 | 0.48 | 0.72 |
| Hex | DA | A2 | 96 | 0 | 1A | 1F | F | B | 30 | 48 |
| Octal | 332 | 242 | 226 | 0 | 32 | 37 | 17 | 13 | 60 | 110 |
| Binary | 11011010 | 10100010 | 10010110 | 0 | 11010 | 11111 | 1111 | 1011 | 110000 | 1001000 |
Color Harmonies of #DAA296
Complementary color
Monochromatic Colors of #DAA296
Black with #DAA296
Text Example
Text Example
White with #DAA296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA296; }
p { color: rgb(218,162,150); }
H1.HeaderClassName
{
color: #DAA296;
}
.AnyTagClassName
{
color: #DAA296;
}
</style>
background-color css
<style>
a { background-color: #DAA296; }
a { background-color: rgb(218,162,150); }
div.DivClassName
{
background-color: #DAA296;
}
.BgClassName
{
background-color: #DAA296;
}
</style>
border-color css
<style>
span { border-color: #DAA296; }
span { border-color: rgb(218,162,150); }
td.TdClassName
{
border-color: #DAA296;
}
.TagClassName
{
border-color: #DAA296;
}
</style>