Shades of Rose #DAA88F
Tints of Rose #DAA88F
RGB
CMYK
RGB Variations
Color information
#DAA88F (or 0xDAA88F) is known color: Rose. HEX triplet: DA, A8 and 8F. RGB value is (218,168,143). Sum of RGB (Red+Green+Blue) = 218+168+143=529 (70% of max value = 765). Red value is 218 (85.55% from 255 or 41.21% from 529); Green value is 168 (66.02% from 255 or 31.76% from 529); Blue value is 143 (56.25% from 255 or 27.03% from 529); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA88F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA88F is #255770. Grayscale: #B4B4B4. Windows color (decimal): -2447217 or 9414874. OLE color: 9414874.
HSL color Cylindrical-coordinate representation of color #DAA88F: hue angle of 20º 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 #DAA88F is Cyan = 0, Magento = 0.23, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 168 | 143 | - |
| CMYK | 0 | 0.23 | 0.34 | 0.15 |
| HSL | 20º | 0.5% | 0.71% | - |
| HSV(B) | 20º | 0.34% | 0.85% | - |
| XYZ | 47.87 | 44.89 | 32.13 | - |
| YUV | 180.1 | 107.07 | 155.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 168 | 143 | 0 | 0.23 | 0.34 | 0.15 | 20 | 0.5 | 0.71 |
| Hex | DA | A8 | 8F | 0 | 17 | 22 | F | 14 | 32 | 47 |
| Octal | 332 | 250 | 217 | 0 | 27 | 42 | 17 | 24 | 62 | 107 |
| Binary | 11011010 | 10101000 | 10001111 | 0 | 10111 | 100010 | 1111 | 10100 | 110010 | 1000111 |
Color Harmonies of #DAA88F
Complementary color
Monochromatic Colors of #DAA88F
Black with #DAA88F
Text Example
Text Example
White with #DAA88F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA88F; }
p { color: rgb(218,168,143); }
H1.HeaderClassName
{
color: #DAA88F;
}
.AnyTagClassName
{
color: #DAA88F;
}
</style>
background-color css
<style>
a { background-color: #DAA88F; }
a { background-color: rgb(218,168,143); }
div.DivClassName
{
background-color: #DAA88F;
}
.BgClassName
{
background-color: #DAA88F;
}
</style>
border-color css
<style>
span { border-color: #DAA88F; }
span { border-color: rgb(218,168,143); }
td.TdClassName
{
border-color: #DAA88F;
}
.TagClassName
{
border-color: #DAA88F;
}
</style>