Shades of Rose #DDA292
Tints of Rose #DDA292
RGB
CMYK
RGB Variations
Color information
#DDA292 (or 0xDDA292) is known color: Rose. HEX triplet: DD, A2 and 92. RGB value is (221,162,146). Sum of RGB (Red+Green+Blue) = 221+162+146=529 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.78% from 529); Green value is 162 (63.67% from 255 or 30.62% from 529); Blue value is 146 (57.42% from 255 or 27.60% from 529); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA292 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA292 is #225D6D. Grayscale: #B1B1B1. Windows color (decimal): -2252142 or 9609949. OLE color: 9609949.
HSL color Cylindrical-coordinate representation of color #DDA292: hue angle of 12.8º 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 #DDA292 is Cyan = 0, Magento = 0.27, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 162 | 146 | - |
| CMYK | 0 | 0.27 | 0.34 | 0.13 |
| HSL | 12.8º | 0.52% | 0.72% | - |
| HSV(B) | 12.8º | 0.34% | 0.87% | - |
| XYZ | 47.93 | 43.29 | 33.02 | - |
| YUV | 177.82 | 110.05 | 158.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 162 | 146 | 0 | 0.27 | 0.34 | 0.13 | 12.8 | 0.52 | 0.72 |
| Hex | DD | A2 | 92 | 0 | 1B | 22 | D | D | 34 | 48 |
| Octal | 335 | 242 | 222 | 0 | 33 | 42 | 15 | 15 | 64 | 110 |
| Binary | 11011101 | 10100010 | 10010010 | 0 | 11011 | 100010 | 1101 | 1101 | 110100 | 1001000 |
Color Harmonies of #DDA292
Complementary color
Monochromatic Colors of #DDA292
Black with #DDA292
Text Example
Text Example
White with #DDA292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA292; }
p { color: rgb(221,162,146); }
H1.HeaderClassName
{
color: #DDA292;
}
.AnyTagClassName
{
color: #DDA292;
}
</style>
background-color css
<style>
a { background-color: #DDA292; }
a { background-color: rgb(221,162,146); }
div.DivClassName
{
background-color: #DDA292;
}
.BgClassName
{
background-color: #DDA292;
}
</style>
border-color css
<style>
span { border-color: #DDA292; }
span { border-color: rgb(221,162,146); }
td.TdClassName
{
border-color: #DDA292;
}
.TagClassName
{
border-color: #DDA292;
}
</style>