Shades of Petite Orchid #DFA19A
Tints of Petite Orchid #DFA19A
RGB
CMYK
RGB Variations
Color information
#DFA19A (or 0xDFA19A) is known color: Petite Orchid. HEX triplet: DF, A1 and 9A. RGB value is (223,161,154). Sum of RGB (Red+Green+Blue) = 223+161+154=538 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.45% from 538); Green value is 161 (63.28% from 255 or 29.93% from 538); Blue value is 154 (60.55% from 255 or 28.62% from 538); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA19A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFA19A is #205E65. Grayscale: #B2B2B2. Windows color (decimal): -2121318 or 10133983. OLE color: 10133983.
HSL color Cylindrical-coordinate representation of color #DFA19A: hue angle of 6.09º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DFA19A is Cyan = 0, Magento = 0.28, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 161 | 154 | - |
| CMYK | 0 | 0.28 | 0.31 | 0.13 |
| HSL | 6.09º | 0.52% | 0.74% | - |
| HSV(B) | 6.09º | 0.31% | 0.87% | - |
| XYZ | 49.01 | 43.51 | 36.39 | - |
| YUV | 178.74 | 114.04 | 159.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 161 | 154 | 0 | 0.28 | 0.31 | 0.13 | 6.09 | 0.52 | 0.74 |
| Hex | DF | A1 | 9A | 0 | 1C | 1F | D | 6 | 34 | 4A |
| Octal | 337 | 241 | 232 | 0 | 34 | 37 | 15 | 6 | 64 | 112 |
| Binary | 11011111 | 10100001 | 10011010 | 0 | 11100 | 11111 | 1101 | 110 | 110100 | 1001010 |
Color Harmonies of #DFA19A
Complementary color
Monochromatic Colors of #DFA19A
Black with #DFA19A
Text Example
Text Example
White with #DFA19A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA19A; }
p { color: rgb(223,161,154); }
H1.HeaderClassName
{
color: #DFA19A;
}
.AnyTagClassName
{
color: #DFA19A;
}
</style>
background-color css
<style>
a { background-color: #DFA19A; }
a { background-color: rgb(223,161,154); }
div.DivClassName
{
background-color: #DFA19A;
}
.BgClassName
{
background-color: #DFA19A;
}
</style>
border-color css
<style>
span { border-color: #DFA19A; }
span { border-color: rgb(223,161,154); }
td.TdClassName
{
border-color: #DFA19A;
}
.TagClassName
{
border-color: #DFA19A;
}
</style>