Shades of Rose #DAA398
Tints of Rose #DAA398
RGB
CMYK
RGB Variations
Color information
#DAA398 (or 0xDAA398) is known color: Rose. HEX triplet: DA, A3 and 98. RGB value is (218,163,152). Sum of RGB (Red+Green+Blue) = 218+163+152=533 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.90% from 533); Green value is 163 (64.06% from 255 or 30.58% from 533); Blue value is 152 (59.77% from 255 or 28.52% from 533); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA398 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA398 is #255C67. Grayscale: #B2B2B2. Windows color (decimal): -2448488 or 10003418. OLE color: 10003418.
HSL color Cylindrical-coordinate representation of color #DAA398: hue angle of 10º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DAA398 is Cyan = 0, Magento = 0.25, Yellow = 0.30 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 163 | 152 | - |
| CMYK | 0 | 0.25 | 0.30 | 0.15 |
| HSL | 10º | 0.47% | 0.73% | - |
| HSV(B) | 10º | 0.3% | 0.85% | - |
| XYZ | 47.68 | 43.37 | 35.56 | - |
| YUV | 178.19 | 113.22 | 156.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 163 | 152 | 0 | 0.25 | 0.30 | 0.15 | 10 | 0.47 | 0.73 |
| Hex | DA | A3 | 98 | 0 | 19 | 1E | F | A | 2F | 49 |
| Octal | 332 | 243 | 230 | 0 | 31 | 36 | 17 | 12 | 57 | 111 |
| Binary | 11011010 | 10100011 | 10011000 | 0 | 11001 | 11110 | 1111 | 1010 | 101111 | 1001001 |
Color Harmonies of #DAA398
Complementary color
Monochromatic Colors of #DAA398
Black with #DAA398
Text Example
Text Example
White with #DAA398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA398; }
p { color: rgb(218,163,152); }
H1.HeaderClassName
{
color: #DAA398;
}
.AnyTagClassName
{
color: #DAA398;
}
</style>
background-color css
<style>
a { background-color: #DAA398; }
a { background-color: rgb(218,163,152); }
div.DivClassName
{
background-color: #DAA398;
}
.BgClassName
{
background-color: #DAA398;
}
</style>
border-color css
<style>
span { border-color: #DAA398; }
span { border-color: rgb(218,163,152); }
td.TdClassName
{
border-color: #DAA398;
}
.TagClassName
{
border-color: #DAA398;
}
</style>