Shades of Rose #DDAB9A
Tints of Rose #DDAB9A
RGB
CMYK
RGB Variations
Color information
#DDAB9A (or 0xDDAB9A) is known color: Rose. HEX triplet: DD, AB and 9A. RGB value is (221,171,154). Sum of RGB (Red+Green+Blue) = 221+171+154=546 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.48% from 546); Green value is 171 (67.19% from 255 or 31.32% from 546); Blue value is 154 (60.55% from 255 or 28.21% from 546); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAB9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDAB9A is #225465. Grayscale: #B8B8B8. Windows color (decimal): -2249830 or 10136541. OLE color: 10136541.
HSL color Cylindrical-coordinate representation of color #DDAB9A: hue angle of 15.22º degrees, saturation: 0.5, 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 #DDAB9A is Cyan = 0, Magento = 0.23, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 171 | 154 | - |
| CMYK | 0 | 0.23 | 0.30 | 0.13 |
| HSL | 15.22º | 0.5% | 0.74% | - |
| HSV(B) | 15.22º | 0.3% | 0.87% | - |
| XYZ | 50.21 | 46.83 | 36.96 | - |
| YUV | 184.01 | 111.07 | 154.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 171 | 154 | 0 | 0.23 | 0.30 | 0.13 | 15.22 | 0.5 | 0.74 |
| Hex | DD | AB | 9A | 0 | 17 | 1E | D | F | 32 | 4A |
| Octal | 335 | 253 | 232 | 0 | 27 | 36 | 15 | 17 | 62 | 112 |
| Binary | 11011101 | 10101011 | 10011010 | 0 | 10111 | 11110 | 1101 | 1111 | 110010 | 1001010 |
Color Harmonies of #DDAB9A
Complementary color
Monochromatic Colors of #DDAB9A
Black with #DDAB9A
Text Example
Text Example
White with #DDAB9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAB9A; }
p { color: rgb(221,171,154); }
H1.HeaderClassName
{
color: #DDAB9A;
}
.AnyTagClassName
{
color: #DDAB9A;
}
</style>
background-color css
<style>
a { background-color: #DDAB9A; }
a { background-color: rgb(221,171,154); }
div.DivClassName
{
background-color: #DDAB9A;
}
.BgClassName
{
background-color: #DDAB9A;
}
</style>
border-color css
<style>
span { border-color: #DDAB9A; }
span { border-color: rgb(221,171,154); }
td.TdClassName
{
border-color: #DDAB9A;
}
.TagClassName
{
border-color: #DDAB9A;
}
</style>