Shades of Rose #DDA99B
Tints of Rose #DDA99B
RGB
CMYK
RGB Variations
Color information
#DDA99B (or 0xDDA99B) is known color: Rose. HEX triplet: DD, A9 and 9B. RGB value is (221,169,155). Sum of RGB (Red+Green+Blue) = 221+169+155=545 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.55% from 545); Green value is 169 (66.41% from 255 or 31.01% from 545); Blue value is 155 (60.94% from 255 or 28.44% from 545); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA99B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA99B is #225664. Grayscale: #B7B7B7. Windows color (decimal): -2250341 or 10201565. OLE color: 10201565.
HSL color Cylindrical-coordinate representation of color #DDA99B: hue angle of 12.73º 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 #DDA99B is Cyan = 0, Magento = 0.24, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 169 | 155 | - |
| CMYK | 0 | 0.24 | 0.30 | 0.13 |
| HSL | 12.73º | 0.49% | 0.74% | - |
| HSV(B) | 12.73º | 0.3% | 0.87% | - |
| XYZ | 49.92 | 46.11 | 37.28 | - |
| YUV | 182.95 | 112.23 | 155.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 169 | 155 | 0 | 0.24 | 0.30 | 0.13 | 12.73 | 0.49 | 0.74 |
| Hex | DD | A9 | 9B | 0 | 18 | 1E | D | D | 31 | 4A |
| Octal | 335 | 251 | 233 | 0 | 30 | 36 | 15 | 15 | 61 | 112 |
| Binary | 11011101 | 10101001 | 10011011 | 0 | 11000 | 11110 | 1101 | 1101 | 110001 | 1001010 |
Color Harmonies of #DDA99B
Complementary color
Monochromatic Colors of #DDA99B
Black with #DDA99B
Text Example
Text Example
White with #DDA99B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA99B; }
p { color: rgb(221,169,155); }
H1.HeaderClassName
{
color: #DDA99B;
}
.AnyTagClassName
{
color: #DDA99B;
}
</style>
background-color css
<style>
a { background-color: #DDA99B; }
a { background-color: rgb(221,169,155); }
div.DivClassName
{
background-color: #DDA99B;
}
.BgClassName
{
background-color: #DDA99B;
}
</style>
border-color css
<style>
span { border-color: #DDA99B; }
span { border-color: rgb(221,169,155); }
td.TdClassName
{
border-color: #DDA99B;
}
.TagClassName
{
border-color: #DDA99B;
}
</style>