Shades of Rose #DAA592
Tints of Rose #DAA592
RGB
CMYK
RGB Variations
Color information
#DAA592 (or 0xDAA592) is known color: Rose. HEX triplet: DA, A5 and 92. RGB value is (218,165,146). Sum of RGB (Red+Green+Blue) = 218+165+146=529 (70% of max value = 765). Red value is 218 (85.55% from 255 or 41.21% from 529); Green value is 165 (64.84% from 255 or 31.19% from 529); Blue value is 146 (57.42% from 255 or 27.60% from 529); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA592 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA592 is #255A6D. Grayscale: #B2B2B2. Windows color (decimal): -2447982 or 9610714. OLE color: 9610714.
HSL color Cylindrical-coordinate representation of color #DAA592: hue angle of 15.83º 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 #DAA592 is Cyan = 0, Magento = 0.24, Yellow = 0.33 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 165 | 146 | - |
| CMYK | 0 | 0.24 | 0.33 | 0.15 |
| HSL | 15.83º | 0.49% | 0.71% | - |
| HSV(B) | 15.83º | 0.33% | 0.85% | - |
| XYZ | 47.56 | 43.89 | 33.16 | - |
| YUV | 178.68 | 109.56 | 156.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 165 | 146 | 0 | 0.24 | 0.33 | 0.15 | 15.83 | 0.49 | 0.71 |
| Hex | DA | A5 | 92 | 0 | 18 | 21 | F | 10 | 31 | 47 |
| Octal | 332 | 245 | 222 | 0 | 30 | 41 | 17 | 20 | 61 | 107 |
| Binary | 11011010 | 10100101 | 10010010 | 0 | 11000 | 100001 | 1111 | 10000 | 110001 | 1000111 |
Color Harmonies of #DAA592
Complementary color
Monochromatic Colors of #DAA592
Black with #DAA592
Text Example
Text Example
White with #DAA592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA592; }
p { color: rgb(218,165,146); }
H1.HeaderClassName
{
color: #DAA592;
}
.AnyTagClassName
{
color: #DAA592;
}
</style>
background-color css
<style>
a { background-color: #DAA592; }
a { background-color: rgb(218,165,146); }
div.DivClassName
{
background-color: #DAA592;
}
.BgClassName
{
background-color: #DAA592;
}
</style>
border-color css
<style>
span { border-color: #DAA592; }
span { border-color: rgb(218,165,146); }
td.TdClassName
{
border-color: #DAA592;
}
.TagClassName
{
border-color: #DAA592;
}
</style>