Shades of Rose #DDAB92
Tints of Rose #DDAB92
RGB
CMYK
RGB Variations
Color information
#DDAB92 (or 0xDDAB92) is known color: Rose. HEX triplet: DD, AB and 92. RGB value is (221,171,146). Sum of RGB (Red+Green+Blue) = 221+171+146=538 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.08% from 538); Green value is 171 (67.19% from 255 or 31.78% from 538); Blue value is 146 (57.42% from 255 or 27.14% from 538); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAB92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDAB92 is #22546D. Grayscale: #B7B7B7. Windows color (decimal): -2249838 or 9612253. OLE color: 9612253.
HSL color Cylindrical-coordinate representation of color #DDAB92: hue angle of 20º 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 #DDAB92 is Cyan = 0, Magento = 0.23, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 171 | 146 | - |
| CMYK | 0 | 0.23 | 0.34 | 0.13 |
| HSL | 20º | 0.52% | 0.72% | - |
| HSV(B) | 20º | 0.34% | 0.87% | - |
| XYZ | 49.57 | 46.57 | 33.57 | - |
| YUV | 183.1 | 107.07 | 155.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 171 | 146 | 0 | 0.23 | 0.34 | 0.13 | 20 | 0.52 | 0.72 |
| Hex | DD | AB | 92 | 0 | 17 | 22 | D | 14 | 34 | 48 |
| Octal | 335 | 253 | 222 | 0 | 27 | 42 | 15 | 24 | 64 | 110 |
| Binary | 11011101 | 10101011 | 10010010 | 0 | 10111 | 100010 | 1101 | 10100 | 110100 | 1001000 |
Color Harmonies of #DDAB92
Complementary color
Monochromatic Colors of #DDAB92
Black with #DDAB92
Text Example
Text Example
White with #DDAB92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAB92; }
p { color: rgb(221,171,146); }
H1.HeaderClassName
{
color: #DDAB92;
}
.AnyTagClassName
{
color: #DDAB92;
}
</style>
background-color css
<style>
a { background-color: #DDAB92; }
a { background-color: rgb(221,171,146); }
div.DivClassName
{
background-color: #DDAB92;
}
.BgClassName
{
background-color: #DDAB92;
}
</style>
border-color css
<style>
span { border-color: #DDAB92; }
span { border-color: rgb(221,171,146); }
td.TdClassName
{
border-color: #DDAB92;
}
.TagClassName
{
border-color: #DDAB92;
}
</style>