Shades of Petite Orchid #DFA09D
Tints of Petite Orchid #DFA09D
RGB
CMYK
RGB Variations
Color information
#DFA09D (or 0xDFA09D) is known color: Petite Orchid. HEX triplet: DF, A0 and 9D. RGB value is (223,160,157). Sum of RGB (Red+Green+Blue) = 223+160+157=540 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.30% from 540); Green value is 160 (62.89% from 255 or 29.63% from 540); Blue value is 157 (61.72% from 255 or 29.07% from 540); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA09D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFA09D is #205F62. Grayscale: #B2B2B2. Windows color (decimal): -2121571 or 10330335. OLE color: 10330335.
HSL color Cylindrical-coordinate representation of color #DFA09D: hue angle of 2.73º degrees, saturation: 0.51, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DFA09D is Cyan = 0, Magento = 0.28, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 160 | 157 | - |
| CMYK | 0 | 0.28 | 0.30 | 0.13 |
| HSL | 2.73º | 0.51% | 0.75% | - |
| HSV(B) | 2.73º | 0.3% | 0.87% | - |
| XYZ | 49.09 | 43.26 | 37.66 | - |
| YUV | 178.5 | 115.87 | 159.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 160 | 157 | 0 | 0.28 | 0.30 | 0.13 | 2.73 | 0.51 | 0.75 |
| Hex | DF | A0 | 9D | 0 | 1C | 1E | D | 3 | 33 | 4B |
| Octal | 337 | 240 | 235 | 0 | 34 | 36 | 15 | 3 | 63 | 113 |
| Binary | 11011111 | 10100000 | 10011101 | 0 | 11100 | 11110 | 1101 | 11 | 110011 | 1001011 |
Color Harmonies of #DFA09D
Complementary color
Monochromatic Colors of #DFA09D
Black with #DFA09D
Text Example
Text Example
White with #DFA09D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA09D; }
p { color: rgb(223,160,157); }
H1.HeaderClassName
{
color: #DFA09D;
}
.AnyTagClassName
{
color: #DFA09D;
}
</style>
background-color css
<style>
a { background-color: #DFA09D; }
a { background-color: rgb(223,160,157); }
div.DivClassName
{
background-color: #DFA09D;
}
.BgClassName
{
background-color: #DFA09D;
}
</style>
border-color css
<style>
span { border-color: #DFA09D; }
span { border-color: rgb(223,160,157); }
td.TdClassName
{
border-color: #DFA09D;
}
.TagClassName
{
border-color: #DFA09D;
}
</style>