Shades of Rose #DAA89B
Tints of Rose #DAA89B
RGB
CMYK
RGB Variations
Color information
#DAA89B (or 0xDAA89B) is known color: Rose. HEX triplet: DA, A8 and 9B. RGB value is (218,168,155). Sum of RGB (Red+Green+Blue) = 218+168+155=541 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.30% from 541); Green value is 168 (66.02% from 255 or 31.05% from 541); Blue value is 155 (60.94% from 255 or 28.65% from 541); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA89B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA89B is #255764. Grayscale: #B5B5B5. Windows color (decimal): -2447205 or 10201306. OLE color: 10201306.
HSL color Cylindrical-coordinate representation of color #DAA89B: hue angle of 12.38º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DAA89B is Cyan = 0, Magento = 0.23, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 168 | 155 | - |
| CMYK | 0 | 0.23 | 0.29 | 0.15 |
| HSL | 12.38º | 0.46% | 0.73% | - |
| HSV(B) | 12.38º | 0.29% | 0.85% | - |
| XYZ | 48.83 | 45.28 | 37.18 | - |
| YUV | 181.47 | 113.07 | 154.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 168 | 155 | 0 | 0.23 | 0.29 | 0.15 | 12.38 | 0.46 | 0.73 |
| Hex | DA | A8 | 9B | 0 | 17 | 1D | F | C | 2E | 49 |
| Octal | 332 | 250 | 233 | 0 | 27 | 35 | 17 | 14 | 56 | 111 |
| Binary | 11011010 | 10101000 | 10011011 | 0 | 10111 | 11101 | 1111 | 1100 | 101110 | 1001001 |
Color Harmonies of #DAA89B
Complementary color
Monochromatic Colors of #DAA89B
Black with #DAA89B
Text Example
Text Example
White with #DAA89B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA89B; }
p { color: rgb(218,168,155); }
H1.HeaderClassName
{
color: #DAA89B;
}
.AnyTagClassName
{
color: #DAA89B;
}
</style>
background-color css
<style>
a { background-color: #DAA89B; }
a { background-color: rgb(218,168,155); }
div.DivClassName
{
background-color: #DAA89B;
}
.BgClassName
{
background-color: #DAA89B;
}
</style>
border-color css
<style>
span { border-color: #DAA89B; }
span { border-color: rgb(218,168,155); }
td.TdClassName
{
border-color: #DAA89B;
}
.TagClassName
{
border-color: #DAA89B;
}
</style>