Shades of Rose #DDAB94
Tints of Rose #DDAB94
RGB
CMYK
RGB Variations
Color information
#DDAB94 (or 0xDDAB94) is known color: Rose. HEX triplet: DD, AB and 94. RGB value is (221,171,148). Sum of RGB (Red+Green+Blue) = 221+171+148=540 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.93% from 540); Green value is 171 (67.19% from 255 or 31.67% from 540); Blue value is 148 (58.20% from 255 or 27.41% from 540); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAB94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDAB94 is #22546B. Grayscale: #B7B7B7. Windows color (decimal): -2249836 or 9743325. OLE color: 9743325.
HSL color Cylindrical-coordinate representation of color #DDAB94: hue angle of 18.9º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DDAB94 is Cyan = 0, Magento = 0.23, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 171 | 148 | - |
| CMYK | 0 | 0.23 | 0.33 | 0.13 |
| HSL | 18.9º | 0.52% | 0.72% | - |
| HSV(B) | 18.9º | 0.33% | 0.87% | - |
| XYZ | 49.73 | 46.64 | 34.4 | - |
| YUV | 183.33 | 108.07 | 154.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 171 | 148 | 0 | 0.23 | 0.33 | 0.13 | 18.9 | 0.52 | 0.72 |
| Hex | DD | AB | 94 | 0 | 17 | 21 | D | 13 | 34 | 48 |
| Octal | 335 | 253 | 224 | 0 | 27 | 41 | 15 | 23 | 64 | 110 |
| Binary | 11011101 | 10101011 | 10010100 | 0 | 10111 | 100001 | 1101 | 10011 | 110100 | 1001000 |
Color Harmonies of #DDAB94
Complementary color
Monochromatic Colors of #DDAB94
Black with #DDAB94
Text Example
Text Example
White with #DDAB94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAB94; }
p { color: rgb(221,171,148); }
H1.HeaderClassName
{
color: #DDAB94;
}
.AnyTagClassName
{
color: #DDAB94;
}
</style>
background-color css
<style>
a { background-color: #DDAB94; }
a { background-color: rgb(221,171,148); }
div.DivClassName
{
background-color: #DDAB94;
}
.BgClassName
{
background-color: #DDAB94;
}
</style>
border-color css
<style>
span { border-color: #DDAB94; }
span { border-color: rgb(221,171,148); }
td.TdClassName
{
border-color: #DDAB94;
}
.TagClassName
{
border-color: #DDAB94;
}
</style>