Shades of Rose #DDA892
Tints of Rose #DDA892
RGB
CMYK
RGB Variations
Color information
#DDA892 (or 0xDDA892) is known color: Rose. HEX triplet: DD, A8 and 92. RGB value is (221,168,146). Sum of RGB (Red+Green+Blue) = 221+168+146=535 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.31% from 535); Green value is 168 (66.02% from 255 or 31.40% from 535); Blue value is 146 (57.42% from 255 or 27.29% from 535); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA892 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA892 is #22576D. Grayscale: #B5B5B5. Windows color (decimal): -2250606 or 9611485. OLE color: 9611485.
HSL color Cylindrical-coordinate representation of color #DDA892: hue angle of 17.6º 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 #DDA892 is Cyan = 0, Magento = 0.24, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 168 | 146 | - |
CMYK | 0 | 0.24 | 0.34 | 0.13 |
HSL | 17.6º | 0.52% | 0.72% | - |
HSV(B) | 17.6º | 0.34% | 0.87% | - |
XYZ | 49.01 | 45.45 | 33.38 | - |
YUV | 181.34 | 108.06 | 156.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 168 | 146 | 0 | 0.24 | 0.34 | 0.13 | 17.6 | 0.52 | 0.72 |
Hex | DD | A8 | 92 | 0 | 18 | 22 | D | 12 | 34 | 48 |
Octal | 335 | 250 | 222 | 0 | 30 | 42 | 15 | 22 | 64 | 110 |
Binary | 11011101 | 10101000 | 10010010 | 0 | 11000 | 100010 | 1101 | 10010 | 110100 | 1001000 |
Color Harmonies of #DDA892
Complementary color
Monochromatic Colors of #DDA892
Black with #DDA892
Text Example
Text Example
White with #DDA892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA892; }
p { color: rgb(221,168,146); }
H1.HeaderClassName
{
color: #DDA892;
}
.AnyTagClassName
{
color: #DDA892;
}
</style>
background-color css
<style>
a { background-color: #DDA892; }
a { background-color: rgb(221,168,146); }
div.DivClassName
{
background-color: #DDA892;
}
.BgClassName
{
background-color: #DDA892;
}
</style>
border-color css
<style>
span { border-color: #DDA892; }
span { border-color: rgb(221,168,146); }
td.TdClassName
{
border-color: #DDA892;
}
.TagClassName
{
border-color: #DDA892;
}
</style>