Shades of Petite Orchid #DFA19E
Tints of Petite Orchid #DFA19E
RGB
CMYK
RGB Variations
Color information
#DFA19E (or 0xDFA19E) is known color: Petite Orchid. HEX triplet: DF, A1 and 9E. RGB value is (223,161,158). Sum of RGB (Red+Green+Blue) = 223+161+158=542 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.14% from 542); Green value is 161 (63.28% from 255 or 29.70% from 542); Blue value is 158 (62.11% from 255 or 29.15% from 542); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA19E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFA19E is #205E61. Grayscale: #B3B3B3. Windows color (decimal): -2121314 or 10396127. OLE color: 10396127.
HSL color Cylindrical-coordinate representation of color #DFA19E: hue angle of 2.77º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DFA19E is Cyan = 0, Magento = 0.28, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 161 | 158 | - |
| CMYK | 0 | 0.28 | 0.29 | 0.13 |
| HSL | 2.77º | 0.5% | 0.75% | - |
| HSV(B) | 2.77º | 0.29% | 0.87% | - |
| XYZ | 49.35 | 43.65 | 38.17 | - |
| YUV | 179.2 | 116.04 | 159.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 161 | 158 | 0 | 0.28 | 0.29 | 0.13 | 2.77 | 0.5 | 0.75 |
| Hex | DF | A1 | 9E | 0 | 1C | 1D | D | 3 | 32 | 4B |
| Octal | 337 | 241 | 236 | 0 | 34 | 35 | 15 | 3 | 62 | 113 |
| Binary | 11011111 | 10100001 | 10011110 | 0 | 11100 | 11101 | 1101 | 11 | 110010 | 1001011 |
Color Harmonies of #DFA19E
Complementary color
Monochromatic Colors of #DFA19E
Black with #DFA19E
Text Example
Text Example
White with #DFA19E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA19E; }
p { color: rgb(223,161,158); }
H1.HeaderClassName
{
color: #DFA19E;
}
.AnyTagClassName
{
color: #DFA19E;
}
</style>
background-color css
<style>
a { background-color: #DFA19E; }
a { background-color: rgb(223,161,158); }
div.DivClassName
{
background-color: #DFA19E;
}
.BgClassName
{
background-color: #DFA19E;
}
</style>
border-color css
<style>
span { border-color: #DFA19E; }
span { border-color: rgb(223,161,158); }
td.TdClassName
{
border-color: #DFA19E;
}
.TagClassName
{
border-color: #DFA19E;
}
</style>