Shades of Rose #DDA69A
Tints of Rose #DDA69A
RGB
CMYK
RGB Variations
Color information
#DDA69A (or 0xDDA69A) is known color: Rose. HEX triplet: DD, A6 and 9A. RGB value is (221,166,154). Sum of RGB (Red+Green+Blue) = 221+166+154=541 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.85% from 541); Green value is 166 (65.23% from 255 or 30.68% from 541); Blue value is 154 (60.55% from 255 or 28.47% from 541); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA69A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA69A is #225965. Grayscale: #B5B5B5. Windows color (decimal): -2251110 or 10135261. OLE color: 10135261.
HSL color Cylindrical-coordinate representation of color #DDA69A: hue angle of 10.75º 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 #DDA69A is Cyan = 0, Magento = 0.25, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 166 | 154 | - |
| CMYK | 0 | 0.25 | 0.30 | 0.13 |
| HSL | 10.75º | 0.5% | 0.74% | - |
| HSV(B) | 10.75º | 0.3% | 0.87% | - |
| XYZ | 49.29 | 44.98 | 36.66 | - |
| YUV | 181.08 | 112.72 | 156.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 166 | 154 | 0 | 0.25 | 0.30 | 0.13 | 10.75 | 0.5 | 0.74 |
| Hex | DD | A6 | 9A | 0 | 19 | 1E | D | B | 32 | 4A |
| Octal | 335 | 246 | 232 | 0 | 31 | 36 | 15 | 13 | 62 | 112 |
| Binary | 11011101 | 10100110 | 10011010 | 0 | 11001 | 11110 | 1101 | 1011 | 110010 | 1001010 |
Color Harmonies of #DDA69A
Complementary color
Monochromatic Colors of #DDA69A
Black with #DDA69A
Text Example
Text Example
White with #DDA69A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA69A; }
p { color: rgb(221,166,154); }
H1.HeaderClassName
{
color: #DDA69A;
}
.AnyTagClassName
{
color: #DDA69A;
}
</style>
background-color css
<style>
a { background-color: #DDA69A; }
a { background-color: rgb(221,166,154); }
div.DivClassName
{
background-color: #DDA69A;
}
.BgClassName
{
background-color: #DDA69A;
}
</style>
border-color css
<style>
span { border-color: #DDA69A; }
span { border-color: rgb(221,166,154); }
td.TdClassName
{
border-color: #DDA69A;
}
.TagClassName
{
border-color: #DDA69A;
}
</style>