Shades of Petite Orchid #DDA099
Tints of Petite Orchid #DDA099
RGB
CMYK
RGB Variations
Color information
#DDA099 (or 0xDDA099) is known color: Petite Orchid. HEX triplet: DD, A0 and 99. RGB value is (221,160,153). Sum of RGB (Red+Green+Blue) = 221+160+153=534 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.39% from 534); Green value is 160 (62.89% from 255 or 29.96% from 534); Blue value is 153 (60.16% from 255 or 28.65% from 534); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA099 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA099 is #225F66. Grayscale: #B1B1B1. Windows color (decimal): -2252647 or 10068189. OLE color: 10068189.
HSL color Cylindrical-coordinate representation of color #DDA099: hue angle of 6.18º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DDA099 is Cyan = 0, Magento = 0.28, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 160 | 153 | - |
| CMYK | 0 | 0.28 | 0.31 | 0.13 |
| HSL | 6.18º | 0.5% | 0.73% | - |
| HSV(B) | 6.18º | 0.31% | 0.87% | - |
| XYZ | 48.14 | 42.81 | 35.86 | - |
| YUV | 177.44 | 114.21 | 159.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 160 | 153 | 0 | 0.28 | 0.31 | 0.13 | 6.18 | 0.5 | 0.73 |
| Hex | DD | A0 | 99 | 0 | 1C | 1F | D | 6 | 32 | 49 |
| Octal | 335 | 240 | 231 | 0 | 34 | 37 | 15 | 6 | 62 | 111 |
| Binary | 11011101 | 10100000 | 10011001 | 0 | 11100 | 11111 | 1101 | 110 | 110010 | 1001001 |
Color Harmonies of #DDA099
Complementary color
Monochromatic Colors of #DDA099
Black with #DDA099
Text Example
Text Example
White with #DDA099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA099; }
p { color: rgb(221,160,153); }
H1.HeaderClassName
{
color: #DDA099;
}
.AnyTagClassName
{
color: #DDA099;
}
</style>
background-color css
<style>
a { background-color: #DDA099; }
a { background-color: rgb(221,160,153); }
div.DivClassName
{
background-color: #DDA099;
}
.BgClassName
{
background-color: #DDA099;
}
</style>
border-color css
<style>
span { border-color: #DDA099; }
span { border-color: rgb(221,160,153); }
td.TdClassName
{
border-color: #DDA099;
}
.TagClassName
{
border-color: #DDA099;
}
</style>