Shades of Rose #DAA397
Tints of Rose #DAA397
RGB
CMYK
RGB Variations
Color information
#DAA397 (or 0xDAA397) is known color: Rose. HEX triplet: DA, A3 and 97. RGB value is (218,163,151). Sum of RGB (Red+Green+Blue) = 218+163+151=532 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.98% from 532); Green value is 163 (64.06% from 255 or 30.64% from 532); Blue value is 151 (59.38% from 255 or 28.38% from 532); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA397 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA397 is #255C68. Grayscale: #B2B2B2. Windows color (decimal): -2448489 or 9937882. OLE color: 9937882.
HSL color Cylindrical-coordinate representation of color #DAA397: hue angle of 10.75º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DAA397 is Cyan = 0, Magento = 0.25, Yellow = 0.31 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 163 | 151 | - |
| CMYK | 0 | 0.25 | 0.31 | 0.15 |
| HSL | 10.75º | 0.48% | 0.72% | - |
| HSV(B) | 10.75º | 0.31% | 0.85% | - |
| XYZ | 47.6 | 43.33 | 35.13 | - |
| YUV | 178.08 | 112.72 | 156.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 163 | 151 | 0 | 0.25 | 0.31 | 0.15 | 10.75 | 0.48 | 0.72 |
| Hex | DA | A3 | 97 | 0 | 19 | 1F | F | B | 30 | 48 |
| Octal | 332 | 243 | 227 | 0 | 31 | 37 | 17 | 13 | 60 | 110 |
| Binary | 11011010 | 10100011 | 10010111 | 0 | 11001 | 11111 | 1111 | 1011 | 110000 | 1001000 |
Color Harmonies of #DAA397
Complementary color
Monochromatic Colors of #DAA397
Black with #DAA397
Text Example
Text Example
White with #DAA397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA397; }
p { color: rgb(218,163,151); }
H1.HeaderClassName
{
color: #DAA397;
}
.AnyTagClassName
{
color: #DAA397;
}
</style>
background-color css
<style>
a { background-color: #DAA397; }
a { background-color: rgb(218,163,151); }
div.DivClassName
{
background-color: #DAA397;
}
.BgClassName
{
background-color: #DAA397;
}
</style>
border-color css
<style>
span { border-color: #DAA397; }
span { border-color: rgb(218,163,151); }
td.TdClassName
{
border-color: #DAA397;
}
.TagClassName
{
border-color: #DAA397;
}
</style>