Shades of Petite Orchid #DB998C
Tints of Petite Orchid #DB998C
RGB
CMYK
RGB Variations
Color information
#DB998C (or 0xDB998C) is known color: Petite Orchid. HEX triplet: DB, 99 and 8C. RGB value is (219,153,140). Sum of RGB (Red+Green+Blue) = 219+153+140=512 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.77% from 512); Green value is 153 (60.16% from 255 or 29.88% from 512); Blue value is 140 (55.08% from 255 or 27.34% from 512); Max value from RGB is 219 - color contains mainly: red. Hex color #DB998C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB998C is #246673. Grayscale: #ABABAB. Windows color (decimal): -2385524 or 9214427. OLE color: 9214427.
HSL color Cylindrical-coordinate representation of color #DB998C: hue angle of 9.87º 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 #DB998C is Cyan = 0, Magento = 0.30, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 153 | 140 | - |
| CMYK | 0 | 0.30 | 0.36 | 0.14 |
| HSL | 9.87º | 0.52% | 0.7% | - |
| HSV(B) | 9.87º | 0.36% | 0.86% | - |
| XYZ | 45.34 | 39.74 | 30.09 | - |
| YUV | 171.25 | 110.37 | 162.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 153 | 140 | 0 | 0.30 | 0.36 | 0.14 | 9.87 | 0.52 | 0.7 |
| Hex | DB | 99 | 8C | 0 | 1E | 24 | E | A | 34 | 46 |
| Octal | 333 | 231 | 214 | 0 | 36 | 44 | 16 | 12 | 64 | 106 |
| Binary | 11011011 | 10011001 | 10001100 | 0 | 11110 | 100100 | 1110 | 1010 | 110100 | 1000110 |
Color Harmonies of #DB998C
Complementary color
Monochromatic Colors of #DB998C
Black with #DB998C
Text Example
Text Example
White with #DB998C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB998C; }
p { color: rgb(219,153,140); }
H1.HeaderClassName
{
color: #DB998C;
}
.AnyTagClassName
{
color: #DB998C;
}
</style>
background-color css
<style>
a { background-color: #DB998C; }
a { background-color: rgb(219,153,140); }
div.DivClassName
{
background-color: #DB998C;
}
.BgClassName
{
background-color: #DB998C;
}
</style>
border-color css
<style>
span { border-color: #DB998C; }
span { border-color: rgb(219,153,140); }
td.TdClassName
{
border-color: #DB998C;
}
.TagClassName
{
border-color: #DB998C;
}
</style>