Shades of Rose #DDA397
Tints of Rose #DDA397
RGB
CMYK
RGB Variations
Color information
#DDA397 (or 0xDDA397) is known color: Rose. HEX triplet: DD, A3 and 97. RGB value is (221,163,151). Sum of RGB (Red+Green+Blue) = 221+163+151=535 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.31% from 535); Green value is 163 (64.06% from 255 or 30.47% from 535); Blue value is 151 (59.38% from 255 or 28.22% from 535); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA397 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA397 is #225C68. Grayscale: #B3B3B3. Windows color (decimal): -2251881 or 9937885. OLE color: 9937885.
HSL color Cylindrical-coordinate representation of color #DDA397: hue angle of 10.29º 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 #DDA397 is Cyan = 0, Magento = 0.26, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 163 | 151 | - |
| CMYK | 0 | 0.26 | 0.32 | 0.13 |
| HSL | 10.29º | 0.51% | 0.73% | - |
| HSV(B) | 10.29º | 0.32% | 0.87% | - |
| XYZ | 48.5 | 43.8 | 35.18 | - |
| YUV | 178.97 | 112.22 | 157.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 163 | 151 | 0 | 0.26 | 0.32 | 0.13 | 10.29 | 0.51 | 0.73 |
| Hex | DD | A3 | 97 | 0 | 1A | 20 | D | A | 33 | 49 |
| Octal | 335 | 243 | 227 | 0 | 32 | 40 | 15 | 12 | 63 | 111 |
| Binary | 11011101 | 10100011 | 10010111 | 0 | 11010 | 100000 | 1101 | 1010 | 110011 | 1001001 |
Color Harmonies of #DDA397
Complementary color
Monochromatic Colors of #DDA397
Black with #DDA397
Text Example
Text Example
White with #DDA397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA397; }
p { color: rgb(221,163,151); }
H1.HeaderClassName
{
color: #DDA397;
}
.AnyTagClassName
{
color: #DDA397;
}
</style>
background-color css
<style>
a { background-color: #DDA397; }
a { background-color: rgb(221,163,151); }
div.DivClassName
{
background-color: #DDA397;
}
.BgClassName
{
background-color: #DDA397;
}
</style>
border-color css
<style>
span { border-color: #DDA397; }
span { border-color: rgb(221,163,151); }
td.TdClassName
{
border-color: #DDA397;
}
.TagClassName
{
border-color: #DDA397;
}
</style>