Shades of Rose #DDAB93
Tints of Rose #DDAB93
RGB
CMYK
RGB Variations
Color information
#DDAB93 (or 0xDDAB93) is known color: Rose. HEX triplet: DD, AB and 93. RGB value is (221,171,147). Sum of RGB (Red+Green+Blue) = 221+171+147=539 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.00% from 539); Green value is 171 (67.19% from 255 or 31.73% from 539); Blue value is 147 (57.81% from 255 or 27.27% from 539); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAB93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDAB93 is #22546C. Grayscale: #B7B7B7. Windows color (decimal): -2249837 or 9677789. OLE color: 9677789.
HSL color Cylindrical-coordinate representation of color #DDAB93: hue angle of 19.46º 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 #DDAB93 is Cyan = 0, Magento = 0.23, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 171 | 147 | - |
| CMYK | 0 | 0.23 | 0.33 | 0.13 |
| HSL | 19.46º | 0.52% | 0.72% | - |
| HSV(B) | 19.46º | 0.33% | 0.87% | - |
| XYZ | 49.65 | 46.6 | 33.98 | - |
| YUV | 183.21 | 107.57 | 154.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 171 | 147 | 0 | 0.23 | 0.33 | 0.13 | 19.46 | 0.52 | 0.72 |
| Hex | DD | AB | 93 | 0 | 17 | 21 | D | 13 | 34 | 48 |
| Octal | 335 | 253 | 223 | 0 | 27 | 41 | 15 | 23 | 64 | 110 |
| Binary | 11011101 | 10101011 | 10010011 | 0 | 10111 | 100001 | 1101 | 10011 | 110100 | 1001000 |
Color Harmonies of #DDAB93
Complementary color
Monochromatic Colors of #DDAB93
Black with #DDAB93
Text Example
Text Example
White with #DDAB93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAB93; }
p { color: rgb(221,171,147); }
H1.HeaderClassName
{
color: #DDAB93;
}
.AnyTagClassName
{
color: #DDAB93;
}
</style>
background-color css
<style>
a { background-color: #DDAB93; }
a { background-color: rgb(221,171,147); }
div.DivClassName
{
background-color: #DDAB93;
}
.BgClassName
{
background-color: #DDAB93;
}
</style>
border-color css
<style>
span { border-color: #DDAB93; }
span { border-color: rgb(221,171,147); }
td.TdClassName
{
border-color: #DDAB93;
}
.TagClassName
{
border-color: #DDAB93;
}
</style>