Shades of Petite Orchid #DDA09E
Tints of Petite Orchid #DDA09E
RGB
CMYK
RGB Variations
Color information
#DDA09E (or 0xDDA09E) is known color: Petite Orchid. HEX triplet: DD, A0 and 9E. RGB value is (221,160,158). Sum of RGB (Red+Green+Blue) = 221+160+158=539 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.00% from 539); Green value is 160 (62.89% from 255 or 29.68% from 539); Blue value is 158 (62.11% from 255 or 29.31% from 539); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA09E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA09E is #225F61. Grayscale: #B2B2B2. Windows color (decimal): -2252642 or 10395869. OLE color: 10395869.
HSL color Cylindrical-coordinate representation of color #DDA09E: hue angle of 1.9º degrees, saturation: 0.48, 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 #DDA09E is Cyan = 0, Magento = 0.28, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 160 | 158 | - |
| CMYK | 0 | 0.28 | 0.29 | 0.13 |
| HSL | 1.9º | 0.48% | 0.74% | - |
| HSV(B) | 1.9º | 0.29% | 0.87% | - |
| XYZ | 48.56 | 42.98 | 38.08 | - |
| YUV | 178.01 | 116.71 | 158.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 160 | 158 | 0 | 0.28 | 0.29 | 0.13 | 1.9 | 0.48 | 0.74 |
| Hex | DD | A0 | 9E | 0 | 1C | 1D | D | 2 | 30 | 4A |
| Octal | 335 | 240 | 236 | 0 | 34 | 35 | 15 | 2 | 60 | 112 |
| Binary | 11011101 | 10100000 | 10011110 | 0 | 11100 | 11101 | 1101 | 10 | 110000 | 1001010 |
Color Harmonies of #DDA09E
Complementary color
Monochromatic Colors of #DDA09E
Black with #DDA09E
Text Example
Text Example
White with #DDA09E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA09E; }
p { color: rgb(221,160,158); }
H1.HeaderClassName
{
color: #DDA09E;
}
.AnyTagClassName
{
color: #DDA09E;
}
</style>
background-color css
<style>
a { background-color: #DDA09E; }
a { background-color: rgb(221,160,158); }
div.DivClassName
{
background-color: #DDA09E;
}
.BgClassName
{
background-color: #DDA09E;
}
</style>
border-color css
<style>
span { border-color: #DDA09E; }
span { border-color: rgb(221,160,158); }
td.TdClassName
{
border-color: #DDA09E;
}
.TagClassName
{
border-color: #DDA09E;
}
</style>