Shades of Petite Orchid #DB988C
Tints of Petite Orchid #DB988C
RGB
CMYK
RGB Variations
Color information
#DB988C (or 0xDB988C) is known color: Petite Orchid. HEX triplet: DB, 98 and 8C. RGB value is (219,152,140). Sum of RGB (Red+Green+Blue) = 219+152+140=511 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.86% from 511); Green value is 152 (59.77% from 255 or 29.75% from 511); Blue value is 140 (55.08% from 255 or 27.40% from 511); Max value from RGB is 219 - color contains mainly: red. Hex color #DB988C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB988C is #246773. Grayscale: #AAAAAA. Windows color (decimal): -2385780 or 9214171. OLE color: 9214171.
HSL color Cylindrical-coordinate representation of color #DB988C: hue angle of 9.11º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DB988C is Cyan = 0, Magento = 0.31, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 152 | 140 | - |
| CMYK | 0 | 0.31 | 0.36 | 0.14 |
| HSL | 9.11º | 0.52% | 0.7% | - |
| HSV(B) | 9.11º | 0.36% | 0.86% | - |
| XYZ | 45.18 | 39.41 | 30.04 | - |
| YUV | 170.67 | 110.7 | 162.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 152 | 140 | 0 | 0.31 | 0.36 | 0.14 | 9.11 | 0.52 | 0.7 |
| Hex | DB | 98 | 8C | 0 | 1F | 24 | E | 9 | 34 | 46 |
| Octal | 333 | 230 | 214 | 0 | 37 | 44 | 16 | 11 | 64 | 106 |
| Binary | 11011011 | 10011000 | 10001100 | 0 | 11111 | 100100 | 1110 | 1001 | 110100 | 1000110 |
Color Harmonies of #DB988C
Complementary color
Monochromatic Colors of #DB988C
Black with #DB988C
Text Example
Text Example
White with #DB988C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB988C; }
p { color: rgb(219,152,140); }
H1.HeaderClassName
{
color: #DB988C;
}
.AnyTagClassName
{
color: #DB988C;
}
</style>
background-color css
<style>
a { background-color: #DB988C; }
a { background-color: rgb(219,152,140); }
div.DivClassName
{
background-color: #DB988C;
}
.BgClassName
{
background-color: #DB988C;
}
</style>
border-color css
<style>
span { border-color: #DB988C; }
span { border-color: rgb(219,152,140); }
td.TdClassName
{
border-color: #DB988C;
}
.TagClassName
{
border-color: #DB988C;
}
</style>