Shades of Petite Orchid #DFA09B
Tints of Petite Orchid #DFA09B
RGB
CMYK
RGB Variations
Color information
#DFA09B (or 0xDFA09B) is known color: Petite Orchid. HEX triplet: DF, A0 and 9B. RGB value is (223,160,155). Sum of RGB (Red+Green+Blue) = 223+160+155=538 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.45% from 538); Green value is 160 (62.89% from 255 or 29.74% from 538); Blue value is 155 (60.94% from 255 or 28.81% from 538); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA09B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFA09B is #205F64. Grayscale: #B2B2B2. Windows color (decimal): -2121573 or 10199263. OLE color: 10199263.
HSL color Cylindrical-coordinate representation of color #DFA09B: hue angle of 4.41º degrees, saturation: 0.52, 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 #DFA09B is Cyan = 0, Magento = 0.28, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 160 | 155 | - |
| CMYK | 0 | 0.28 | 0.30 | 0.13 |
| HSL | 4.41º | 0.52% | 0.74% | - |
| HSV(B) | 4.41º | 0.3% | 0.87% | - |
| XYZ | 48.92 | 43.2 | 36.77 | - |
| YUV | 178.27 | 114.87 | 159.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 160 | 155 | 0 | 0.28 | 0.30 | 0.13 | 4.41 | 0.52 | 0.74 |
| Hex | DF | A0 | 9B | 0 | 1C | 1E | D | 4 | 34 | 4A |
| Octal | 337 | 240 | 233 | 0 | 34 | 36 | 15 | 4 | 64 | 112 |
| Binary | 11011111 | 10100000 | 10011011 | 0 | 11100 | 11110 | 1101 | 100 | 110100 | 1001010 |
Color Harmonies of #DFA09B
Complementary color
Monochromatic Colors of #DFA09B
Black with #DFA09B
Text Example
Text Example
White with #DFA09B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA09B; }
p { color: rgb(223,160,155); }
H1.HeaderClassName
{
color: #DFA09B;
}
.AnyTagClassName
{
color: #DFA09B;
}
</style>
background-color css
<style>
a { background-color: #DFA09B; }
a { background-color: rgb(223,160,155); }
div.DivClassName
{
background-color: #DFA09B;
}
.BgClassName
{
background-color: #DFA09B;
}
</style>
border-color css
<style>
span { border-color: #DFA09B; }
span { border-color: rgb(223,160,155); }
td.TdClassName
{
border-color: #DFA09B;
}
.TagClassName
{
border-color: #DFA09B;
}
</style>