Shades of Petite Orchid #DFA097
Tints of Petite Orchid #DFA097
RGB
CMYK
RGB Variations
Color information
#DFA097 (or 0xDFA097) is known color: Petite Orchid. HEX triplet: DF, A0 and 97. RGB value is (223,160,151). Sum of RGB (Red+Green+Blue) = 223+160+151=534 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.76% from 534); Green value is 160 (62.89% from 255 or 29.96% from 534); Blue value is 151 (59.38% from 255 or 28.28% from 534); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA097 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFA097 is #205F68. Grayscale: #B1B1B1. Windows color (decimal): -2121577 or 9937119. OLE color: 9937119.
HSL color Cylindrical-coordinate representation of color #DFA097: hue angle of 7.5º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DFA097 is Cyan = 0, Magento = 0.28, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 160 | 151 | - |
| CMYK | 0 | 0.28 | 0.32 | 0.13 |
| HSL | 7.5º | 0.53% | 0.73% | - |
| HSV(B) | 7.5º | 0.32% | 0.87% | - |
| XYZ | 48.59 | 43.06 | 35.03 | - |
| YUV | 177.81 | 112.87 | 160.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 160 | 151 | 0 | 0.28 | 0.32 | 0.13 | 7.5 | 0.53 | 0.73 |
| Hex | DF | A0 | 97 | 0 | 1C | 20 | D | 8 | 35 | 49 |
| Octal | 337 | 240 | 227 | 0 | 34 | 40 | 15 | 10 | 65 | 111 |
| Binary | 11011111 | 10100000 | 10010111 | 0 | 11100 | 100000 | 1101 | 1000 | 110101 | 1001001 |
Color Harmonies of #DFA097
Complementary color
Monochromatic Colors of #DFA097
Black with #DFA097
Text Example
Text Example
White with #DFA097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA097; }
p { color: rgb(223,160,151); }
H1.HeaderClassName
{
color: #DFA097;
}
.AnyTagClassName
{
color: #DFA097;
}
</style>
background-color css
<style>
a { background-color: #DFA097; }
a { background-color: rgb(223,160,151); }
div.DivClassName
{
background-color: #DFA097;
}
.BgClassName
{
background-color: #DFA097;
}
</style>
border-color css
<style>
span { border-color: #DFA097; }
span { border-color: rgb(223,160,151); }
td.TdClassName
{
border-color: #DFA097;
}
.TagClassName
{
border-color: #DFA097;
}
</style>