Shades of Rose #DAA792
Tints of Rose #DAA792
RGB
CMYK
RGB Variations
Color information
#DAA792 (or 0xDAA792) is known color: Rose. HEX triplet: DA, A7 and 92. RGB value is (218,167,146). Sum of RGB (Red+Green+Blue) = 218+167+146=531 (70% of max value = 765). Red value is 218 (85.55% from 255 or 41.05% from 531); Green value is 167 (65.62% from 255 or 31.45% from 531); Blue value is 146 (57.42% from 255 or 27.50% from 531); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA792 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA792 is #25586D. Grayscale: #B3B3B3. Windows color (decimal): -2447470 or 9611226. OLE color: 9611226.
HSL color Cylindrical-coordinate representation of color #DAA792: hue angle of 17.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 #DAA792 is Cyan = 0, Magento = 0.23, Yellow = 0.33 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 167 | 146 | - |
| CMYK | 0 | 0.23 | 0.33 | 0.15 |
| HSL | 17.5º | 0.49% | 0.71% | - |
| HSV(B) | 17.5º | 0.33% | 0.85% | - |
| XYZ | 47.92 | 44.62 | 33.28 | - |
| YUV | 179.86 | 108.9 | 155.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 167 | 146 | 0 | 0.23 | 0.33 | 0.15 | 17.5 | 0.49 | 0.71 |
| Hex | DA | A7 | 92 | 0 | 17 | 21 | F | 12 | 31 | 47 |
| Octal | 332 | 247 | 222 | 0 | 27 | 41 | 17 | 22 | 61 | 107 |
| Binary | 11011010 | 10100111 | 10010010 | 0 | 10111 | 100001 | 1111 | 10010 | 110001 | 1000111 |
Color Harmonies of #DAA792
Complementary color
Monochromatic Colors of #DAA792
Black with #DAA792
Text Example
Text Example
White with #DAA792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA792; }
p { color: rgb(218,167,146); }
H1.HeaderClassName
{
color: #DAA792;
}
.AnyTagClassName
{
color: #DAA792;
}
</style>
background-color css
<style>
a { background-color: #DAA792; }
a { background-color: rgb(218,167,146); }
div.DivClassName
{
background-color: #DAA792;
}
.BgClassName
{
background-color: #DAA792;
}
</style>
border-color css
<style>
span { border-color: #DAA792; }
span { border-color: rgb(218,167,146); }
td.TdClassName
{
border-color: #DAA792;
}
.TagClassName
{
border-color: #DAA792;
}
</style>