Shades of Petite Orchid #D49889
Tints of Petite Orchid #D49889
RGB
CMYK
RGB Variations
Color information
#D49889 (or 0xD49889) is known color: Petite Orchid. HEX triplet: D4, 98 and 89. RGB value is (212,152,137). Sum of RGB (Red+Green+Blue) = 212+152+137=501 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.32% from 501); Green value is 152 (59.77% from 255 or 30.34% from 501); Blue value is 137 (53.91% from 255 or 27.35% from 501); Max value from RGB is 212 - color contains mainly: red. Hex color #D49889 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D49889 is #2B6776. Grayscale: #A8A8A8. Windows color (decimal): -2844535 or 9017556. OLE color: 9017556.
HSL color Cylindrical-coordinate representation of color #D49889: hue angle of 12º degrees, saturation: 0.47, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D49889 is Cyan = 0, Magento = 0.28, Yellow = 0.35 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 152 | 137 | - |
| CMYK | 0 | 0.28 | 0.35 | 0.17 |
| HSL | 12º | 0.47% | 0.68% | - |
| HSV(B) | 12º | 0.35% | 0.83% | - |
| XYZ | 42.89 | 38.26 | 28.79 | - |
| YUV | 168.23 | 110.38 | 159.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 152 | 137 | 0 | 0.28 | 0.35 | 0.17 | 12 | 0.47 | 0.68 |
| Hex | D4 | 98 | 89 | 0 | 1C | 23 | 11 | C | 2F | 44 |
| Octal | 324 | 230 | 211 | 0 | 34 | 43 | 21 | 14 | 57 | 104 |
| Binary | 11010100 | 10011000 | 10001001 | 0 | 11100 | 100011 | 10001 | 1100 | 101111 | 1000100 |
Color Harmonies of #D49889
Complementary color
Monochromatic Colors of #D49889
Black with #D49889
Text Example
Text Example
White with #D49889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49889; }
p { color: rgb(212,152,137); }
H1.HeaderClassName
{
color: #D49889;
}
.AnyTagClassName
{
color: #D49889;
}
</style>
background-color css
<style>
a { background-color: #D49889; }
a { background-color: rgb(212,152,137); }
div.DivClassName
{
background-color: #D49889;
}
.BgClassName
{
background-color: #D49889;
}
</style>
border-color css
<style>
span { border-color: #D49889; }
span { border-color: rgb(212,152,137); }
td.TdClassName
{
border-color: #D49889;
}
.TagClassName
{
border-color: #D49889;
}
</style>