Shades of Rose #DDA192
Tints of Rose #DDA192
RGB
CMYK
RGB Variations
Color information
#DDA192 (or 0xDDA192) is known color: Rose. HEX triplet: DD, A1 and 92. RGB value is (221,161,146). Sum of RGB (Red+Green+Blue) = 221+161+146=528 (69% of max value = 765). Red value is 221 (86.72% from 255 or 41.86% from 528); Green value is 161 (63.28% from 255 or 30.49% from 528); Blue value is 146 (57.42% from 255 or 27.65% from 528); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA192 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA192 is #225E6D. Grayscale: #B1B1B1. Windows color (decimal): -2252398 or 9609693. OLE color: 9609693.
HSL color Cylindrical-coordinate representation of color #DDA192: hue angle of 12º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DDA192 is Cyan = 0, Magento = 0.27, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 161 | 146 | - |
| CMYK | 0 | 0.27 | 0.34 | 0.13 |
| HSL | 12º | 0.52% | 0.72% | - |
| HSV(B) | 12º | 0.34% | 0.87% | - |
| XYZ | 47.75 | 42.94 | 32.97 | - |
| YUV | 177.23 | 110.38 | 159.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 161 | 146 | 0 | 0.27 | 0.34 | 0.13 | 12 | 0.52 | 0.72 |
| Hex | DD | A1 | 92 | 0 | 1B | 22 | D | C | 34 | 48 |
| Octal | 335 | 241 | 222 | 0 | 33 | 42 | 15 | 14 | 64 | 110 |
| Binary | 11011101 | 10100001 | 10010010 | 0 | 11011 | 100010 | 1101 | 1100 | 110100 | 1001000 |
Color Harmonies of #DDA192
Complementary color
Monochromatic Colors of #DDA192
Black with #DDA192
Text Example
Text Example
White with #DDA192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA192; }
p { color: rgb(221,161,146); }
H1.HeaderClassName
{
color: #DDA192;
}
.AnyTagClassName
{
color: #DDA192;
}
</style>
background-color css
<style>
a { background-color: #DDA192; }
a { background-color: rgb(221,161,146); }
div.DivClassName
{
background-color: #DDA192;
}
.BgClassName
{
background-color: #DDA192;
}
</style>
border-color css
<style>
span { border-color: #DDA192; }
span { border-color: rgb(221,161,146); }
td.TdClassName
{
border-color: #DDA192;
}
.TagClassName
{
border-color: #DDA192;
}
</style>