Shades of Petite Orchid #D79589
Tints of Petite Orchid #D79589
RGB
CMYK
RGB Variations
Color information
#D79589 (or 0xD79589) is known color: Petite Orchid. HEX triplet: D7, 95 and 89. RGB value is (215,149,137). Sum of RGB (Red+Green+Blue) = 215+149+137=501 (66% of max value = 765). Red value is 215 (84.38% from 255 or 42.91% from 501); Green value is 149 (58.59% from 255 or 29.74% from 501); Blue value is 137 (53.91% from 255 or 27.35% from 501); Max value from RGB is 215 - color contains mainly: red. Hex color #D79589 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D79589 is #286A76. Grayscale: #A7A7A7. Windows color (decimal): -2648695 or 9016791. OLE color: 9016791.
HSL color Cylindrical-coordinate representation of color #D79589: hue angle of 9.23º degrees, saturation: 0.49, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D79589 is Cyan = 0, Magento = 0.31, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 149 | 137 | - |
| CMYK | 0 | 0.31 | 0.36 | 0.16 |
| HSL | 9.23º | 0.49% | 0.69% | - |
| HSV(B) | 9.23º | 0.36% | 0.84% | - |
| XYZ | 43.29 | 37.75 | 28.67 | - |
| YUV | 167.37 | 110.87 | 161.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 149 | 137 | 0 | 0.31 | 0.36 | 0.16 | 9.23 | 0.49 | 0.69 |
| Hex | D7 | 95 | 89 | 0 | 1F | 24 | 10 | 9 | 31 | 45 |
| Octal | 327 | 225 | 211 | 0 | 37 | 44 | 20 | 11 | 61 | 105 |
| Binary | 11010111 | 10010101 | 10001001 | 0 | 11111 | 100100 | 10000 | 1001 | 110001 | 1000101 |
Color Harmonies of #D79589
Complementary color
Monochromatic Colors of #D79589
Black with #D79589
Text Example
Text Example
White with #D79589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D79589; }
p { color: rgb(215,149,137); }
H1.HeaderClassName
{
color: #D79589;
}
.AnyTagClassName
{
color: #D79589;
}
</style>
background-color css
<style>
a { background-color: #D79589; }
a { background-color: rgb(215,149,137); }
div.DivClassName
{
background-color: #D79589;
}
.BgClassName
{
background-color: #D79589;
}
</style>
border-color css
<style>
span { border-color: #D79589; }
span { border-color: rgb(215,149,137); }
td.TdClassName
{
border-color: #D79589;
}
.TagClassName
{
border-color: #D79589;
}
</style>