Shades of Petite Orchid #D9A09D
Tints of Petite Orchid #D9A09D
RGB
CMYK
RGB Variations
Color information
#D9A09D (or 0xD9A09D) is known color: Petite Orchid. HEX triplet: D9, A0 and 9D. RGB value is (217,160,157). Sum of RGB (Red+Green+Blue) = 217+160+157=534 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.64% from 534); Green value is 160 (62.89% from 255 or 29.96% from 534); Blue value is 157 (61.72% from 255 or 29.40% from 534); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A09D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9A09D is #265F62. Grayscale: #B0B0B0. Windows color (decimal): -2514787 or 10330329. OLE color: 10330329.
HSL color Cylindrical-coordinate representation of color #D9A09D: hue angle of 3º degrees, saturation: 0.44, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D9A09D is Cyan = 0, Magento = 0.26, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 160 | 157 | - |
| CMYK | 0 | 0.26 | 0.28 | 0.15 |
| HSL | 3º | 0.44% | 0.73% | - |
| HSV(B) | 3º | 0.28% | 0.85% | - |
| XYZ | 47.27 | 42.33 | 37.58 | - |
| YUV | 176.7 | 116.88 | 156.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 160 | 157 | 0 | 0.26 | 0.28 | 0.15 | 3 | 0.44 | 0.73 |
| Hex | D9 | A0 | 9D | 0 | 1A | 1C | F | 3 | 2C | 49 |
| Octal | 331 | 240 | 235 | 0 | 32 | 34 | 17 | 3 | 54 | 111 |
| Binary | 11011001 | 10100000 | 10011101 | 0 | 11010 | 11100 | 1111 | 11 | 101100 | 1001001 |
Color Harmonies of #D9A09D
Complementary color
Monochromatic Colors of #D9A09D
Black with #D9A09D
Text Example
Text Example
White with #D9A09D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9A09D; }
p { color: rgb(217,160,157); }
H1.HeaderClassName
{
color: #D9A09D;
}
.AnyTagClassName
{
color: #D9A09D;
}
</style>
background-color css
<style>
a { background-color: #D9A09D; }
a { background-color: rgb(217,160,157); }
div.DivClassName
{
background-color: #D9A09D;
}
.BgClassName
{
background-color: #D9A09D;
}
</style>
border-color css
<style>
span { border-color: #D9A09D; }
span { border-color: rgb(217,160,157); }
td.TdClassName
{
border-color: #D9A09D;
}
.TagClassName
{
border-color: #D9A09D;
}
</style>