Shades of Rose #DDA69C
Tints of Rose #DDA69C
RGB
CMYK
RGB Variations
Color information
#DDA69C (or 0xDDA69C) is known color: Rose. HEX triplet: DD, A6 and 9C. RGB value is (221,166,156). Sum of RGB (Red+Green+Blue) = 221+166+156=543 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.70% from 543); Green value is 166 (65.23% from 255 or 30.57% from 543); Blue value is 156 (61.33% from 255 or 28.73% from 543); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA69C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA69C is #225963. Grayscale: #B5B5B5. Windows color (decimal): -2251108 or 10266333. OLE color: 10266333.
HSL color Cylindrical-coordinate representation of color #DDA69C: hue angle of 9.23º degrees, saturation: 0.49, 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 #DDA69C is Cyan = 0, Magento = 0.25, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 166 | 156 | - |
| CMYK | 0 | 0.25 | 0.29 | 0.13 |
| HSL | 9.23º | 0.49% | 0.74% | - |
| HSV(B) | 9.23º | 0.29% | 0.87% | - |
| XYZ | 49.46 | 45.04 | 37.54 | - |
| YUV | 181.31 | 113.72 | 156.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 166 | 156 | 0 | 0.25 | 0.29 | 0.13 | 9.23 | 0.49 | 0.74 |
| Hex | DD | A6 | 9C | 0 | 19 | 1D | D | 9 | 31 | 4A |
| Octal | 335 | 246 | 234 | 0 | 31 | 35 | 15 | 11 | 61 | 112 |
| Binary | 11011101 | 10100110 | 10011100 | 0 | 11001 | 11101 | 1101 | 1001 | 110001 | 1001010 |
Color Harmonies of #DDA69C
Complementary color
Monochromatic Colors of #DDA69C
Black with #DDA69C
Text Example
Text Example
White with #DDA69C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA69C; }
p { color: rgb(221,166,156); }
H1.HeaderClassName
{
color: #DDA69C;
}
.AnyTagClassName
{
color: #DDA69C;
}
</style>
background-color css
<style>
a { background-color: #DDA69C; }
a { background-color: rgb(221,166,156); }
div.DivClassName
{
background-color: #DDA69C;
}
.BgClassName
{
background-color: #DDA69C;
}
</style>
border-color css
<style>
span { border-color: #DDA69C; }
span { border-color: rgb(221,166,156); }
td.TdClassName
{
border-color: #DDA69C;
}
.TagClassName
{
border-color: #DDA69C;
}
</style>