Shades of Petite Orchid #DDA09F
Tints of Petite Orchid #DDA09F
RGB
CMYK
RGB Variations
Color information
#DDA09F (or 0xDDA09F) is known color: Petite Orchid. HEX triplet: DD, A0 and 9F. RGB value is (221,160,159). Sum of RGB (Red+Green+Blue) = 221+160+159=540 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.93% from 540); Green value is 160 (62.89% from 255 or 29.63% from 540); Blue value is 159 (62.5% from 255 or 29.44% from 540); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA09F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA09F is #225F60. Grayscale: #B2B2B2. Windows color (decimal): -2252641 or 10461405. OLE color: 10461405.
HSL color Cylindrical-coordinate representation of color #DDA09F: hue angle of 0.97º degrees, saturation: 0.48, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DDA09F is Cyan = 0, Magento = 0.28, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 160 | 159 | - |
| CMYK | 0 | 0.28 | 0.28 | 0.13 |
| HSL | 0.97º | 0.48% | 0.75% | - |
| HSV(B) | 0.97º | 0.28% | 0.87% | - |
| XYZ | 48.65 | 43.02 | 38.54 | - |
| YUV | 178.13 | 117.21 | 158.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 160 | 159 | 0 | 0.28 | 0.28 | 0.13 | 0.97 | 0.48 | 0.75 |
| Hex | DD | A0 | 9F | 0 | 1C | 1C | D | 1 | 30 | 4B |
| Octal | 335 | 240 | 237 | 0 | 34 | 34 | 15 | 1 | 60 | 113 |
| Binary | 11011101 | 10100000 | 10011111 | 0 | 11100 | 11100 | 1101 | 1 | 110000 | 1001011 |
Color Harmonies of #DDA09F
Complementary color
Monochromatic Colors of #DDA09F
Black with #DDA09F
Text Example
Text Example
White with #DDA09F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA09F; }
p { color: rgb(221,160,159); }
H1.HeaderClassName
{
color: #DDA09F;
}
.AnyTagClassName
{
color: #DDA09F;
}
</style>
background-color css
<style>
a { background-color: #DDA09F; }
a { background-color: rgb(221,160,159); }
div.DivClassName
{
background-color: #DDA09F;
}
.BgClassName
{
background-color: #DDA09F;
}
</style>
border-color css
<style>
span { border-color: #DDA09F; }
span { border-color: rgb(221,160,159); }
td.TdClassName
{
border-color: #DDA09F;
}
.TagClassName
{
border-color: #DDA09F;
}
</style>