Shades of Petite Orchid #DFA198
Tints of Petite Orchid #DFA198
RGB
CMYK
RGB Variations
Color information
#DFA198 (or 0xDFA198) is known color: Petite Orchid. HEX triplet: DF, A1 and 98. RGB value is (223,161,152). Sum of RGB (Red+Green+Blue) = 223+161+152=536 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.60% from 536); Green value is 161 (63.28% from 255 or 30.04% from 536); Blue value is 152 (59.77% from 255 or 28.36% from 536); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA198 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFA198 is #205E67. Grayscale: #B2B2B2. Windows color (decimal): -2121320 or 10002911. OLE color: 10002911.
HSL color Cylindrical-coordinate representation of color #DFA198: hue angle of 7.61º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DFA198 is Cyan = 0, Magento = 0.28, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 161 | 152 | - |
| CMYK | 0 | 0.28 | 0.32 | 0.13 |
| HSL | 7.61º | 0.53% | 0.74% | - |
| HSV(B) | 7.61º | 0.32% | 0.87% | - |
| XYZ | 48.84 | 43.44 | 35.52 | - |
| YUV | 178.51 | 113.04 | 159.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 161 | 152 | 0 | 0.28 | 0.32 | 0.13 | 7.61 | 0.53 | 0.74 |
| Hex | DF | A1 | 98 | 0 | 1C | 20 | D | 8 | 35 | 4A |
| Octal | 337 | 241 | 230 | 0 | 34 | 40 | 15 | 10 | 65 | 112 |
| Binary | 11011111 | 10100001 | 10011000 | 0 | 11100 | 100000 | 1101 | 1000 | 110101 | 1001010 |
Color Harmonies of #DFA198
Complementary color
Monochromatic Colors of #DFA198
Black with #DFA198
Text Example
Text Example
White with #DFA198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA198; }
p { color: rgb(223,161,152); }
H1.HeaderClassName
{
color: #DFA198;
}
.AnyTagClassName
{
color: #DFA198;
}
</style>
background-color css
<style>
a { background-color: #DFA198; }
a { background-color: rgb(223,161,152); }
div.DivClassName
{
background-color: #DFA198;
}
.BgClassName
{
background-color: #DFA198;
}
</style>
border-color css
<style>
span { border-color: #DFA198; }
span { border-color: rgb(223,161,152); }
td.TdClassName
{
border-color: #DFA198;
}
.TagClassName
{
border-color: #DFA198;
}
</style>