Shades of Rose #DDA89A
Tints of Rose #DDA89A
RGB
CMYK
RGB Variations
Color information
#DDA89A (or 0xDDA89A) is known color: Rose. HEX triplet: DD, A8 and 9A. RGB value is (221,168,154). Sum of RGB (Red+Green+Blue) = 221+168+154=543 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.70% from 543); Green value is 168 (66.02% from 255 or 30.94% from 543); Blue value is 154 (60.55% from 255 or 28.36% from 543); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA89A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA89A is #225765. Grayscale: #B6B6B6. Windows color (decimal): -2250598 or 10135773. OLE color: 10135773.
HSL color Cylindrical-coordinate representation of color #DDA89A: hue angle of 12.54º 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 #DDA89A is Cyan = 0, Magento = 0.24, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 168 | 154 | - |
| CMYK | 0 | 0.24 | 0.30 | 0.13 |
| HSL | 12.54º | 0.5% | 0.74% | - |
| HSV(B) | 12.54º | 0.3% | 0.87% | - |
| XYZ | 49.65 | 45.71 | 36.78 | - |
| YUV | 182.25 | 112.06 | 155.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 168 | 154 | 0 | 0.24 | 0.30 | 0.13 | 12.54 | 0.5 | 0.74 |
| Hex | DD | A8 | 9A | 0 | 18 | 1E | D | D | 32 | 4A |
| Octal | 335 | 250 | 232 | 0 | 30 | 36 | 15 | 15 | 62 | 112 |
| Binary | 11011101 | 10101000 | 10011010 | 0 | 11000 | 11110 | 1101 | 1101 | 110010 | 1001010 |
Color Harmonies of #DDA89A
Complementary color
Monochromatic Colors of #DDA89A
Black with #DDA89A
Text Example
Text Example
White with #DDA89A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA89A; }
p { color: rgb(221,168,154); }
H1.HeaderClassName
{
color: #DDA89A;
}
.AnyTagClassName
{
color: #DDA89A;
}
</style>
background-color css
<style>
a { background-color: #DDA89A; }
a { background-color: rgb(221,168,154); }
div.DivClassName
{
background-color: #DDA89A;
}
.BgClassName
{
background-color: #DDA89A;
}
</style>
border-color css
<style>
span { border-color: #DDA89A; }
span { border-color: rgb(221,168,154); }
td.TdClassName
{
border-color: #DDA89A;
}
.TagClassName
{
border-color: #DDA89A;
}
</style>