Shades of Rose #DAA58F
Tints of Rose #DAA58F
RGB
CMYK
RGB Variations
Color information
#DAA58F (or 0xDAA58F) is known color: Rose. HEX triplet: DA, A5 and 8F. RGB value is (218,165,143). Sum of RGB (Red+Green+Blue) = 218+165+143=526 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.44% from 526); Green value is 165 (64.84% from 255 or 31.37% from 526); Blue value is 143 (56.25% from 255 or 27.19% from 526); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA58F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA58F is #255A70. Grayscale: #B2B2B2. Windows color (decimal): -2447985 or 9414106. OLE color: 9414106.
HSL color Cylindrical-coordinate representation of color #DAA58F: hue angle of 17.6º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DAA58F is Cyan = 0, Magento = 0.24, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 165 | 143 | - |
| CMYK | 0 | 0.24 | 0.34 | 0.15 |
| HSL | 17.6º | 0.5% | 0.71% | - |
| HSV(B) | 17.6º | 0.34% | 0.85% | - |
| XYZ | 47.33 | 43.8 | 31.95 | - |
| YUV | 178.34 | 108.06 | 156.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 165 | 143 | 0 | 0.24 | 0.34 | 0.15 | 17.6 | 0.5 | 0.71 |
| Hex | DA | A5 | 8F | 0 | 18 | 22 | F | 12 | 32 | 47 |
| Octal | 332 | 245 | 217 | 0 | 30 | 42 | 17 | 22 | 62 | 107 |
| Binary | 11011010 | 10100101 | 10001111 | 0 | 11000 | 100010 | 1111 | 10010 | 110010 | 1000111 |
Color Harmonies of #DAA58F
Complementary color
Monochromatic Colors of #DAA58F
Black with #DAA58F
Text Example
Text Example
White with #DAA58F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA58F; }
p { color: rgb(218,165,143); }
H1.HeaderClassName
{
color: #DAA58F;
}
.AnyTagClassName
{
color: #DAA58F;
}
</style>
background-color css
<style>
a { background-color: #DAA58F; }
a { background-color: rgb(218,165,143); }
div.DivClassName
{
background-color: #DAA58F;
}
.BgClassName
{
background-color: #DAA58F;
}
</style>
border-color css
<style>
span { border-color: #DAA58F; }
span { border-color: rgb(218,165,143); }
td.TdClassName
{
border-color: #DAA58F;
}
.TagClassName
{
border-color: #DAA58F;
}
</style>