Shades of Rose #DDA697
Tints of Rose #DDA697
RGB
CMYK
RGB Variations
Color information
#DDA697 (or 0xDDA697) is known color: Rose. HEX triplet: DD, A6 and 97. RGB value is (221,166,151). Sum of RGB (Red+Green+Blue) = 221+166+151=538 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.08% from 538); Green value is 166 (65.23% from 255 or 30.86% from 538); Blue value is 151 (59.38% from 255 or 28.07% from 538); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA697 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA697 is #225968. Grayscale: #B4B4B4. Windows color (decimal): -2251113 or 9938653. OLE color: 9938653.
HSL color Cylindrical-coordinate representation of color #DDA697: hue angle of 12.86º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DDA697 is Cyan = 0, Magento = 0.25, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 166 | 151 | - |
| CMYK | 0 | 0.25 | 0.32 | 0.13 |
| HSL | 12.86º | 0.51% | 0.73% | - |
| HSV(B) | 12.86º | 0.32% | 0.87% | - |
| XYZ | 49.04 | 44.88 | 35.36 | - |
| YUV | 180.74 | 111.22 | 156.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 166 | 151 | 0 | 0.25 | 0.32 | 0.13 | 12.86 | 0.51 | 0.73 |
| Hex | DD | A6 | 97 | 0 | 19 | 20 | D | D | 33 | 49 |
| Octal | 335 | 246 | 227 | 0 | 31 | 40 | 15 | 15 | 63 | 111 |
| Binary | 11011101 | 10100110 | 10010111 | 0 | 11001 | 100000 | 1101 | 1101 | 110011 | 1001001 |
Color Harmonies of #DDA697
Complementary color
Monochromatic Colors of #DDA697
Black with #DDA697
Text Example
Text Example
White with #DDA697
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA697; }
p { color: rgb(221,166,151); }
H1.HeaderClassName
{
color: #DDA697;
}
.AnyTagClassName
{
color: #DDA697;
}
</style>
background-color css
<style>
a { background-color: #DDA697; }
a { background-color: rgb(221,166,151); }
div.DivClassName
{
background-color: #DDA697;
}
.BgClassName
{
background-color: #DDA697;
}
</style>
border-color css
<style>
span { border-color: #DDA697; }
span { border-color: rgb(221,166,151); }
td.TdClassName
{
border-color: #DDA697;
}
.TagClassName
{
border-color: #DDA697;
}
</style>