Shades of Rose #DDA99C
Tints of Rose #DDA99C
RGB
CMYK
RGB Variations
Color information
#DDA99C (or 0xDDA99C) is known color: Rose. HEX triplet: DD, A9 and 9C. RGB value is (221,169,156). Sum of RGB (Red+Green+Blue) = 221+169+156=546 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.48% from 546); Green value is 169 (66.41% from 255 or 30.95% from 546); Blue value is 156 (61.33% from 255 or 28.57% from 546); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA99C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA99C is #225663. Grayscale: #B7B7B7. Windows color (decimal): -2250340 or 10267101. OLE color: 10267101.
HSL color Cylindrical-coordinate representation of color #DDA99C: hue angle of 12º degrees, saturation: 0.49, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DDA99C is Cyan = 0, Magento = 0.24, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 169 | 156 | - |
| CMYK | 0 | 0.24 | 0.29 | 0.13 |
| HSL | 12º | 0.49% | 0.74% | - |
| HSV(B) | 12º | 0.29% | 0.87% | - |
| XYZ | 50.01 | 46.15 | 37.72 | - |
| YUV | 183.07 | 112.73 | 155.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 169 | 156 | 0 | 0.24 | 0.29 | 0.13 | 12 | 0.49 | 0.74 |
| Hex | DD | A9 | 9C | 0 | 18 | 1D | D | C | 31 | 4A |
| Octal | 335 | 251 | 234 | 0 | 30 | 35 | 15 | 14 | 61 | 112 |
| Binary | 11011101 | 10101001 | 10011100 | 0 | 11000 | 11101 | 1101 | 1100 | 110001 | 1001010 |
Color Harmonies of #DDA99C
Complementary color
Monochromatic Colors of #DDA99C
Black with #DDA99C
Text Example
Text Example
White with #DDA99C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA99C; }
p { color: rgb(221,169,156); }
H1.HeaderClassName
{
color: #DDA99C;
}
.AnyTagClassName
{
color: #DDA99C;
}
</style>
background-color css
<style>
a { background-color: #DDA99C; }
a { background-color: rgb(221,169,156); }
div.DivClassName
{
background-color: #DDA99C;
}
.BgClassName
{
background-color: #DDA99C;
}
</style>
border-color css
<style>
span { border-color: #DDA99C; }
span { border-color: rgb(221,169,156); }
td.TdClassName
{
border-color: #DDA99C;
}
.TagClassName
{
border-color: #DDA99C;
}
</style>