Shades of Petite Orchid #DBA09E
Tints of Petite Orchid #DBA09E
RGB
CMYK
RGB Variations
Color information
#DBA09E (or 0xDBA09E) is known color: Petite Orchid. HEX triplet: DB, A0 and 9E. RGB value is (219,160,158). Sum of RGB (Red+Green+Blue) = 219+160+158=537 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.78% from 537); Green value is 160 (62.89% from 255 or 29.80% from 537); Blue value is 158 (62.11% from 255 or 29.42% from 537); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA09E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA09E is #245F61. Grayscale: #B1B1B1. Windows color (decimal): -2383714 or 10395867. OLE color: 10395867.
HSL color Cylindrical-coordinate representation of color #DBA09E: hue angle of 1.97º degrees, saturation: 0.46, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DBA09E is Cyan = 0, Magento = 0.27, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 160 | 158 | - |
| CMYK | 0 | 0.27 | 0.28 | 0.14 |
| HSL | 1.97º | 0.46% | 0.74% | - |
| HSV(B) | 1.97º | 0.28% | 0.86% | - |
| XYZ | 47.96 | 42.67 | 38.06 | - |
| YUV | 177.41 | 117.05 | 157.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 160 | 158 | 0 | 0.27 | 0.28 | 0.14 | 1.97 | 0.46 | 0.74 |
| Hex | DB | A0 | 9E | 0 | 1B | 1C | E | 2 | 2E | 4A |
| Octal | 333 | 240 | 236 | 0 | 33 | 34 | 16 | 2 | 56 | 112 |
| Binary | 11011011 | 10100000 | 10011110 | 0 | 11011 | 11100 | 1110 | 10 | 101110 | 1001010 |
Color Harmonies of #DBA09E
Complementary color
Monochromatic Colors of #DBA09E
Black with #DBA09E
Text Example
Text Example
White with #DBA09E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA09E; }
p { color: rgb(219,160,158); }
H1.HeaderClassName
{
color: #DBA09E;
}
.AnyTagClassName
{
color: #DBA09E;
}
</style>
background-color css
<style>
a { background-color: #DBA09E; }
a { background-color: rgb(219,160,158); }
div.DivClassName
{
background-color: #DBA09E;
}
.BgClassName
{
background-color: #DBA09E;
}
</style>
border-color css
<style>
span { border-color: #DBA09E; }
span { border-color: rgb(219,160,158); }
td.TdClassName
{
border-color: #DBA09E;
}
.TagClassName
{
border-color: #DBA09E;
}
</style>