Shades of Petite Orchid #DBA09F
Tints of Petite Orchid #DBA09F
RGB
CMYK
RGB Variations
Color information
#DBA09F (or 0xDBA09F) is known color: Petite Orchid. HEX triplet: DB, A0 and 9F. RGB value is (219,160,159). Sum of RGB (Red+Green+Blue) = 219+160+159=538 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.71% from 538); Green value is 160 (62.89% from 255 or 29.74% from 538); Blue value is 159 (62.5% from 255 or 29.55% from 538); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA09F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA09F is #245F60. Grayscale: #B1B1B1. Windows color (decimal): -2383713 or 10461403. OLE color: 10461403.
HSL color Cylindrical-coordinate representation of color #DBA09F: hue angle of 1º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DBA09F is Cyan = 0, Magento = 0.27, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 160 | 159 | - |
| CMYK | 0 | 0.27 | 0.27 | 0.14 |
| HSL | 1º | 0.45% | 0.74% | - |
| HSV(B) | 1º | 0.27% | 0.86% | - |
| XYZ | 48.04 | 42.7 | 38.51 | - |
| YUV | 177.53 | 117.55 | 157.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 160 | 159 | 0 | 0.27 | 0.27 | 0.14 | 1 | 0.45 | 0.74 |
| Hex | DB | A0 | 9F | 0 | 1B | 1B | E | 1 | 2D | 4A |
| Octal | 333 | 240 | 237 | 0 | 33 | 33 | 16 | 1 | 55 | 112 |
| Binary | 11011011 | 10100000 | 10011111 | 0 | 11011 | 11011 | 1110 | 1 | 101101 | 1001010 |
Color Harmonies of #DBA09F
Complementary color
Monochromatic Colors of #DBA09F
Black with #DBA09F
Text Example
Text Example
White with #DBA09F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA09F; }
p { color: rgb(219,160,159); }
H1.HeaderClassName
{
color: #DBA09F;
}
.AnyTagClassName
{
color: #DBA09F;
}
</style>
background-color css
<style>
a { background-color: #DBA09F; }
a { background-color: rgb(219,160,159); }
div.DivClassName
{
background-color: #DBA09F;
}
.BgClassName
{
background-color: #DBA09F;
}
</style>
border-color css
<style>
span { border-color: #DBA09F; }
span { border-color: rgb(219,160,159); }
td.TdClassName
{
border-color: #DBA09F;
}
.TagClassName
{
border-color: #DBA09F;
}
</style>