Shades of Petite Orchid #DFA09C
Tints of Petite Orchid #DFA09C
RGB
CMYK
RGB Variations
Color information
#DFA09C (or 0xDFA09C) is known color: Petite Orchid. HEX triplet: DF, A0 and 9C. RGB value is (223,160,156). Sum of RGB (Red+Green+Blue) = 223+160+156=539 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.37% from 539); Green value is 160 (62.89% from 255 or 29.68% from 539); Blue value is 156 (61.33% from 255 or 28.94% from 539); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA09C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFA09C is #205F63. Grayscale: #B2B2B2. Windows color (decimal): -2121572 or 10264799. OLE color: 10264799.
HSL color Cylindrical-coordinate representation of color #DFA09C: hue angle of 3.58º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DFA09C is Cyan = 0, Magento = 0.28, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 160 | 156 | - |
| CMYK | 0 | 0.28 | 0.30 | 0.13 |
| HSL | 3.58º | 0.51% | 0.74% | - |
| HSV(B) | 3.58º | 0.3% | 0.87% | - |
| XYZ | 49 | 43.23 | 37.21 | - |
| YUV | 178.38 | 115.37 | 159.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 160 | 156 | 0 | 0.28 | 0.30 | 0.13 | 3.58 | 0.51 | 0.74 |
| Hex | DF | A0 | 9C | 0 | 1C | 1E | D | 4 | 33 | 4A |
| Octal | 337 | 240 | 234 | 0 | 34 | 36 | 15 | 4 | 63 | 112 |
| Binary | 11011111 | 10100000 | 10011100 | 0 | 11100 | 11110 | 1101 | 100 | 110011 | 1001010 |
Color Harmonies of #DFA09C
Complementary color
Monochromatic Colors of #DFA09C
Black with #DFA09C
Text Example
Text Example
White with #DFA09C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA09C; }
p { color: rgb(223,160,156); }
H1.HeaderClassName
{
color: #DFA09C;
}
.AnyTagClassName
{
color: #DFA09C;
}
</style>
background-color css
<style>
a { background-color: #DFA09C; }
a { background-color: rgb(223,160,156); }
div.DivClassName
{
background-color: #DFA09C;
}
.BgClassName
{
background-color: #DFA09C;
}
</style>
border-color css
<style>
span { border-color: #DFA09C; }
span { border-color: rgb(223,160,156); }
td.TdClassName
{
border-color: #DFA09C;
}
.TagClassName
{
border-color: #DFA09C;
}
</style>