Shades of Petite Orchid #DFA19C
Tints of Petite Orchid #DFA19C
RGB
CMYK
RGB Variations
Color information
#DFA19C (or 0xDFA19C) is known color: Petite Orchid. HEX triplet: DF, A1 and 9C. RGB value is (223,161,156). Sum of RGB (Red+Green+Blue) = 223+161+156=540 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.30% from 540); Green value is 161 (63.28% from 255 or 29.81% from 540); Blue value is 156 (61.33% from 255 or 28.89% from 540); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA19C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFA19C is #205E63. Grayscale: #B3B3B3. Windows color (decimal): -2121316 or 10265055. OLE color: 10265055.
HSL color Cylindrical-coordinate representation of color #DFA19C: hue angle of 4.48º 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 #DFA19C is Cyan = 0, Magento = 0.28, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 161 | 156 | - |
| CMYK | 0 | 0.28 | 0.30 | 0.13 |
| HSL | 4.48º | 0.51% | 0.74% | - |
| HSV(B) | 4.48º | 0.3% | 0.87% | - |
| XYZ | 49.18 | 43.58 | 37.27 | - |
| YUV | 178.97 | 115.04 | 159.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 161 | 156 | 0 | 0.28 | 0.30 | 0.13 | 4.48 | 0.51 | 0.74 |
| Hex | DF | A1 | 9C | 0 | 1C | 1E | D | 4 | 33 | 4A |
| Octal | 337 | 241 | 234 | 0 | 34 | 36 | 15 | 4 | 63 | 112 |
| Binary | 11011111 | 10100001 | 10011100 | 0 | 11100 | 11110 | 1101 | 100 | 110011 | 1001010 |
Color Harmonies of #DFA19C
Complementary color
Monochromatic Colors of #DFA19C
Black with #DFA19C
Text Example
Text Example
White with #DFA19C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA19C; }
p { color: rgb(223,161,156); }
H1.HeaderClassName
{
color: #DFA19C;
}
.AnyTagClassName
{
color: #DFA19C;
}
</style>
background-color css
<style>
a { background-color: #DFA19C; }
a { background-color: rgb(223,161,156); }
div.DivClassName
{
background-color: #DFA19C;
}
.BgClassName
{
background-color: #DFA19C;
}
</style>
border-color css
<style>
span { border-color: #DFA19C; }
span { border-color: rgb(223,161,156); }
td.TdClassName
{
border-color: #DFA19C;
}
.TagClassName
{
border-color: #DFA19C;
}
</style>