Shades of Rose #DDAB9B
Tints of Rose #DDAB9B
RGB
CMYK
RGB Variations
Color information
#DDAB9B (or 0xDDAB9B) is known color: Rose. HEX triplet: DD, AB and 9B. RGB value is (221,171,155). Sum of RGB (Red+Green+Blue) = 221+171+155=547 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.40% from 547); Green value is 171 (67.19% from 255 or 31.26% from 547); Blue value is 155 (60.94% from 255 or 28.34% from 547); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAB9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDAB9B is #225464. Grayscale: #B8B8B8. Windows color (decimal): -2249829 or 10202077. OLE color: 10202077.
HSL color Cylindrical-coordinate representation of color #DDAB9B: hue angle of 14.55º degrees, saturation: 0.49, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DDAB9B is Cyan = 0, Magento = 0.23, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 171 | 155 | - |
| CMYK | 0 | 0.23 | 0.30 | 0.13 |
| HSL | 14.55º | 0.49% | 0.74% | - |
| HSV(B) | 14.55º | 0.3% | 0.87% | - |
| XYZ | 50.3 | 46.86 | 37.41 | - |
| YUV | 184.13 | 111.57 | 154.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 171 | 155 | 0 | 0.23 | 0.30 | 0.13 | 14.55 | 0.49 | 0.74 |
| Hex | DD | AB | 9B | 0 | 17 | 1E | D | F | 31 | 4A |
| Octal | 335 | 253 | 233 | 0 | 27 | 36 | 15 | 17 | 61 | 112 |
| Binary | 11011101 | 10101011 | 10011011 | 0 | 10111 | 11110 | 1101 | 1111 | 110001 | 1001010 |
Color Harmonies of #DDAB9B
Complementary color
Monochromatic Colors of #DDAB9B
Black with #DDAB9B
Text Example
Text Example
White with #DDAB9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAB9B; }
p { color: rgb(221,171,155); }
H1.HeaderClassName
{
color: #DDAB9B;
}
.AnyTagClassName
{
color: #DDAB9B;
}
</style>
background-color css
<style>
a { background-color: #DDAB9B; }
a { background-color: rgb(221,171,155); }
div.DivClassName
{
background-color: #DDAB9B;
}
.BgClassName
{
background-color: #DDAB9B;
}
</style>
border-color css
<style>
span { border-color: #DDAB9B; }
span { border-color: rgb(221,171,155); }
td.TdClassName
{
border-color: #DDAB9B;
}
.TagClassName
{
border-color: #DDAB9B;
}
</style>