Shades of Rose #DAA59B
Tints of Rose #DAA59B
RGB
CMYK
RGB Variations
Color information
#DAA59B (or 0xDAA59B) is known color: Rose. HEX triplet: DA, A5 and 9B. RGB value is (218,165,155). Sum of RGB (Red+Green+Blue) = 218+165+155=538 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.52% from 538); Green value is 165 (64.84% from 255 or 30.67% from 538); Blue value is 155 (60.94% from 255 or 28.81% from 538); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA59B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA59B is #255A64. Grayscale: #B3B3B3. Windows color (decimal): -2447973 or 10200538. OLE color: 10200538.
HSL color Cylindrical-coordinate representation of color #DAA59B: hue angle of 9.52º 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 #DAA59B is Cyan = 0, Magento = 0.24, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 165 | 155 | - |
| CMYK | 0 | 0.24 | 0.29 | 0.15 |
| HSL | 9.52º | 0.46% | 0.73% | - |
| HSV(B) | 9.52º | 0.29% | 0.85% | - |
| XYZ | 48.28 | 44.18 | 36.99 | - |
| YUV | 179.71 | 114.06 | 155.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 165 | 155 | 0 | 0.24 | 0.29 | 0.15 | 9.52 | 0.46 | 0.73 |
| Hex | DA | A5 | 9B | 0 | 18 | 1D | F | A | 2E | 49 |
| Octal | 332 | 245 | 233 | 0 | 30 | 35 | 17 | 12 | 56 | 111 |
| Binary | 11011010 | 10100101 | 10011011 | 0 | 11000 | 11101 | 1111 | 1010 | 101110 | 1001001 |
Color Harmonies of #DAA59B
Complementary color
Monochromatic Colors of #DAA59B
Black with #DAA59B
Text Example
Text Example
White with #DAA59B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA59B; }
p { color: rgb(218,165,155); }
H1.HeaderClassName
{
color: #DAA59B;
}
.AnyTagClassName
{
color: #DAA59B;
}
</style>
background-color css
<style>
a { background-color: #DAA59B; }
a { background-color: rgb(218,165,155); }
div.DivClassName
{
background-color: #DAA59B;
}
.BgClassName
{
background-color: #DAA59B;
}
</style>
border-color css
<style>
span { border-color: #DAA59B; }
span { border-color: rgb(218,165,155); }
td.TdClassName
{
border-color: #DAA59B;
}
.TagClassName
{
border-color: #DAA59B;
}
</style>