Shades of Rose #DDAC96
Tints of Rose #DDAC96
RGB
CMYK
RGB Variations
Color information
#DDAC96 (or 0xDDAC96) is known color: Rose. HEX triplet: DD, AC and 96. RGB value is (221,172,150). Sum of RGB (Red+Green+Blue) = 221+172+150=543 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.70% from 543); Green value is 172 (67.58% from 255 or 31.68% from 543); Blue value is 150 (58.98% from 255 or 27.62% from 543); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAC96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDAC96 is #225369. Grayscale: #B8B8B8. Windows color (decimal): -2249578 or 9874653. OLE color: 9874653.
HSL color Cylindrical-coordinate representation of color #DDAC96: hue angle of 18.59º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DDAC96 is Cyan = 0, Magento = 0.22, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 172 | 150 | - |
| CMYK | 0 | 0.22 | 0.32 | 0.13 |
| HSL | 18.59º | 0.51% | 0.73% | - |
| HSV(B) | 18.59º | 0.32% | 0.87% | - |
| XYZ | 50.08 | 47.08 | 35.3 | - |
| YUV | 184.14 | 108.73 | 154.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 172 | 150 | 0 | 0.22 | 0.32 | 0.13 | 18.59 | 0.51 | 0.73 |
| Hex | DD | AC | 96 | 0 | 16 | 20 | D | 13 | 33 | 49 |
| Octal | 335 | 254 | 226 | 0 | 26 | 40 | 15 | 23 | 63 | 111 |
| Binary | 11011101 | 10101100 | 10010110 | 0 | 10110 | 100000 | 1101 | 10011 | 110011 | 1001001 |
Color Harmonies of #DDAC96
Complementary color
Monochromatic Colors of #DDAC96
Black with #DDAC96
Text Example
Text Example
White with #DDAC96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAC96; }
p { color: rgb(221,172,150); }
H1.HeaderClassName
{
color: #DDAC96;
}
.AnyTagClassName
{
color: #DDAC96;
}
</style>
background-color css
<style>
a { background-color: #DDAC96; }
a { background-color: rgb(221,172,150); }
div.DivClassName
{
background-color: #DDAC96;
}
.BgClassName
{
background-color: #DDAC96;
}
</style>
border-color css
<style>
span { border-color: #DDAC96; }
span { border-color: rgb(221,172,150); }
td.TdClassName
{
border-color: #DDAC96;
}
.TagClassName
{
border-color: #DDAC96;
}
</style>