Shades of Rose #DAA192
Tints of Rose #DAA192
RGB
CMYK
RGB Variations
Color information
#DAA192 (or 0xDAA192) is known color: Rose. HEX triplet: DA, A1 and 92. RGB value is (218,161,146). Sum of RGB (Red+Green+Blue) = 218+161+146=525 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.52% from 525); Green value is 161 (63.28% from 255 or 30.67% from 525); Blue value is 146 (57.42% from 255 or 27.81% from 525); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA192 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA192 is #255E6D. Grayscale: #B0B0B0. Windows color (decimal): -2449006 or 9609690. OLE color: 9609690.
HSL color Cylindrical-coordinate representation of color #DAA192: hue angle of 12.5º degrees, saturation: 0.49, 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 #DAA192 is Cyan = 0, Magento = 0.26, Yellow = 0.33 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 161 | 146 | - |
| CMYK | 0 | 0.26 | 0.33 | 0.15 |
| HSL | 12.5º | 0.49% | 0.71% | - |
| HSV(B) | 12.5º | 0.33% | 0.85% | - |
| XYZ | 46.85 | 42.47 | 32.92 | - |
| YUV | 176.33 | 110.88 | 157.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 161 | 146 | 0 | 0.26 | 0.33 | 0.15 | 12.5 | 0.49 | 0.71 |
| Hex | DA | A1 | 92 | 0 | 1A | 21 | F | C | 31 | 47 |
| Octal | 332 | 241 | 222 | 0 | 32 | 41 | 17 | 14 | 61 | 107 |
| Binary | 11011010 | 10100001 | 10010010 | 0 | 11010 | 100001 | 1111 | 1100 | 110001 | 1000111 |
Color Harmonies of #DAA192
Complementary color
Monochromatic Colors of #DAA192
Black with #DAA192
Text Example
Text Example
White with #DAA192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA192; }
p { color: rgb(218,161,146); }
H1.HeaderClassName
{
color: #DAA192;
}
.AnyTagClassName
{
color: #DAA192;
}
</style>
background-color css
<style>
a { background-color: #DAA192; }
a { background-color: rgb(218,161,146); }
div.DivClassName
{
background-color: #DAA192;
}
.BgClassName
{
background-color: #DAA192;
}
</style>
border-color css
<style>
span { border-color: #DAA192; }
span { border-color: rgb(218,161,146); }
td.TdClassName
{
border-color: #DAA192;
}
.TagClassName
{
border-color: #DAA192;
}
</style>