Shades of Rose #DDA69D
Tints of Rose #DDA69D
RGB
CMYK
RGB Variations
Color information
#DDA69D (or 0xDDA69D) is known color: Rose. HEX triplet: DD, A6 and 9D. RGB value is (221,166,157). Sum of RGB (Red+Green+Blue) = 221+166+157=544 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.62% from 544); Green value is 166 (65.23% from 255 or 30.51% from 544); Blue value is 157 (61.72% from 255 or 28.86% from 544); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA69D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA69D is #225962. Grayscale: #B5B5B5. Windows color (decimal): -2251107 or 10331869. OLE color: 10331869.
HSL color Cylindrical-coordinate representation of color #DDA69D: hue angle of 8.44º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DDA69D is Cyan = 0, Magento = 0.25, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 166 | 157 | - |
| CMYK | 0 | 0.25 | 0.29 | 0.13 |
| HSL | 8.44º | 0.48% | 0.74% | - |
| HSV(B) | 8.44º | 0.29% | 0.87% | - |
| XYZ | 49.54 | 45.08 | 37.99 | - |
| YUV | 181.42 | 114.22 | 156.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 166 | 157 | 0 | 0.25 | 0.29 | 0.13 | 8.44 | 0.48 | 0.74 |
| Hex | DD | A6 | 9D | 0 | 19 | 1D | D | 8 | 30 | 4A |
| Octal | 335 | 246 | 235 | 0 | 31 | 35 | 15 | 10 | 60 | 112 |
| Binary | 11011101 | 10100110 | 10011101 | 0 | 11001 | 11101 | 1101 | 1000 | 110000 | 1001010 |
Color Harmonies of #DDA69D
Complementary color
Monochromatic Colors of #DDA69D
Black with #DDA69D
Text Example
Text Example
White with #DDA69D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA69D; }
p { color: rgb(221,166,157); }
H1.HeaderClassName
{
color: #DDA69D;
}
.AnyTagClassName
{
color: #DDA69D;
}
</style>
background-color css
<style>
a { background-color: #DDA69D; }
a { background-color: rgb(221,166,157); }
div.DivClassName
{
background-color: #DDA69D;
}
.BgClassName
{
background-color: #DDA69D;
}
</style>
border-color css
<style>
span { border-color: #DDA69D; }
span { border-color: rgb(221,166,157); }
td.TdClassName
{
border-color: #DDA69D;
}
.TagClassName
{
border-color: #DDA69D;
}
</style>