Shades of Petite Orchid #DFA39E
Tints of Petite Orchid #DFA39E
RGB
CMYK
RGB Variations
Color information
#DFA39E (or 0xDFA39E) is known color: Petite Orchid. HEX triplet: DF, A3 and 9E. RGB value is (223,163,158). Sum of RGB (Red+Green+Blue) = 223+163+158=544 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.99% from 544); Green value is 163 (64.06% from 255 or 29.96% from 544); Blue value is 158 (62.11% from 255 or 29.04% from 544); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA39E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFA39E is #205C61. Grayscale: #B4B4B4. Windows color (decimal): -2120802 or 10396639. OLE color: 10396639.
HSL color Cylindrical-coordinate representation of color #DFA39E: hue angle of 4.62º 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 #DFA39E is Cyan = 0, Magento = 0.27, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 163 | 158 | - |
| CMYK | 0 | 0.27 | 0.29 | 0.13 |
| HSL | 4.62º | 0.5% | 0.75% | - |
| HSV(B) | 4.62º | 0.29% | 0.87% | - |
| XYZ | 49.7 | 44.35 | 38.29 | - |
| YUV | 180.37 | 115.38 | 158.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 163 | 158 | 0 | 0.27 | 0.29 | 0.13 | 4.62 | 0.5 | 0.75 |
| Hex | DF | A3 | 9E | 0 | 1B | 1D | D | 5 | 32 | 4B |
| Octal | 337 | 243 | 236 | 0 | 33 | 35 | 15 | 5 | 62 | 113 |
| Binary | 11011111 | 10100011 | 10011110 | 0 | 11011 | 11101 | 1101 | 101 | 110010 | 1001011 |
Color Harmonies of #DFA39E
Complementary color
Monochromatic Colors of #DFA39E
Black with #DFA39E
Text Example
Text Example
White with #DFA39E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA39E; }
p { color: rgb(223,163,158); }
H1.HeaderClassName
{
color: #DFA39E;
}
.AnyTagClassName
{
color: #DFA39E;
}
</style>
background-color css
<style>
a { background-color: #DFA39E; }
a { background-color: rgb(223,163,158); }
div.DivClassName
{
background-color: #DFA39E;
}
.BgClassName
{
background-color: #DFA39E;
}
</style>
border-color css
<style>
span { border-color: #DFA39E; }
span { border-color: rgb(223,163,158); }
td.TdClassName
{
border-color: #DFA39E;
}
.TagClassName
{
border-color: #DFA39E;
}
</style>