Shades of Rose #DDAC9A
Tints of Rose #DDAC9A
RGB
CMYK
RGB Variations
Color information
#DDAC9A (or 0xDDAC9A) is known color: Rose. HEX triplet: DD, AC and 9A. RGB value is (221,172,154). Sum of RGB (Red+Green+Blue) = 221+172+154=547 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.40% from 547); Green value is 172 (67.58% from 255 or 31.44% from 547); Blue value is 154 (60.55% from 255 or 28.15% from 547); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAC9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDAC9A is #225365. Grayscale: #B8B8B8. Windows color (decimal): -2249574 or 10136797. OLE color: 10136797.
HSL color Cylindrical-coordinate representation of color #DDAC9A: hue angle of 16.12º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DDAC9A is Cyan = 0, Magento = 0.22, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 172 | 154 | - |
| CMYK | 0 | 0.22 | 0.30 | 0.13 |
| HSL | 16.12º | 0.5% | 0.74% | - |
| HSV(B) | 16.12º | 0.3% | 0.87% | - |
| XYZ | 50.4 | 47.21 | 37.03 | - |
| YUV | 184.6 | 110.73 | 153.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 172 | 154 | 0 | 0.22 | 0.30 | 0.13 | 16.12 | 0.5 | 0.74 |
| Hex | DD | AC | 9A | 0 | 16 | 1E | D | 10 | 32 | 4A |
| Octal | 335 | 254 | 232 | 0 | 26 | 36 | 15 | 20 | 62 | 112 |
| Binary | 11011101 | 10101100 | 10011010 | 0 | 10110 | 11110 | 1101 | 10000 | 110010 | 1001010 |
Color Harmonies of #DDAC9A
Complementary color
Monochromatic Colors of #DDAC9A
Black with #DDAC9A
Text Example
Text Example
White with #DDAC9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAC9A; }
p { color: rgb(221,172,154); }
H1.HeaderClassName
{
color: #DDAC9A;
}
.AnyTagClassName
{
color: #DDAC9A;
}
</style>
background-color css
<style>
a { background-color: #DDAC9A; }
a { background-color: rgb(221,172,154); }
div.DivClassName
{
background-color: #DDAC9A;
}
.BgClassName
{
background-color: #DDAC9A;
}
</style>
border-color css
<style>
span { border-color: #DDAC9A; }
span { border-color: rgb(221,172,154); }
td.TdClassName
{
border-color: #DDAC9A;
}
.TagClassName
{
border-color: #DDAC9A;
}
</style>