Shades of Petite Orchid #DA9686
Tints of Petite Orchid #DA9686
RGB
CMYK
RGB Variations
Color information
#DA9686 (or 0xDA9686) is known color: Petite Orchid. HEX triplet: DA, 96 and 86. RGB value is (218,150,134). Sum of RGB (Red+Green+Blue) = 218+150+134=502 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.43% from 502); Green value is 150 (58.98% from 255 or 29.88% from 502); Blue value is 134 (52.73% from 255 or 26.69% from 502); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9686 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA9686 is #256979. Grayscale: #A8A8A8. Windows color (decimal): -2451834 or 8820442. OLE color: 8820442.
HSL color Cylindrical-coordinate representation of color #DA9686: hue angle of 11.43º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DA9686 is Cyan = 0, Magento = 0.31, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 150 | 134 | - |
| CMYK | 0 | 0.31 | 0.39 | 0.15 |
| HSL | 11.43º | 0.53% | 0.69% | - |
| HSV(B) | 11.43º | 0.39% | 0.85% | - |
| XYZ | 44.12 | 38.44 | 27.65 | - |
| YUV | 168.51 | 108.53 | 163.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 150 | 134 | 0 | 0.31 | 0.39 | 0.15 | 11.43 | 0.53 | 0.69 |
| Hex | DA | 96 | 86 | 0 | 1F | 27 | F | B | 35 | 45 |
| Octal | 332 | 226 | 206 | 0 | 37 | 47 | 17 | 13 | 65 | 105 |
| Binary | 11011010 | 10010110 | 10000110 | 0 | 11111 | 100111 | 1111 | 1011 | 110101 | 1000101 |
Color Harmonies of #DA9686
Complementary color
Monochromatic Colors of #DA9686
Black with #DA9686
Text Example
Text Example
White with #DA9686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9686; }
p { color: rgb(218,150,134); }
H1.HeaderClassName
{
color: #DA9686;
}
.AnyTagClassName
{
color: #DA9686;
}
</style>
background-color css
<style>
a { background-color: #DA9686; }
a { background-color: rgb(218,150,134); }
div.DivClassName
{
background-color: #DA9686;
}
.BgClassName
{
background-color: #DA9686;
}
</style>
border-color css
<style>
span { border-color: #DA9686; }
span { border-color: rgb(218,150,134); }
td.TdClassName
{
border-color: #DA9686;
}
.TagClassName
{
border-color: #DA9686;
}
</style>