Shades of Petite Orchid #DBA09B
Tints of Petite Orchid #DBA09B
RGB
CMYK
RGB Variations
Color information
#DBA09B (or 0xDBA09B) is known color: Petite Orchid. HEX triplet: DB, A0 and 9B. RGB value is (219,160,155). Sum of RGB (Red+Green+Blue) = 219+160+155=534 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.01% from 534); Green value is 160 (62.89% from 255 or 29.96% from 534); Blue value is 155 (60.94% from 255 or 29.03% from 534); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA09B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA09B is #245F64. Grayscale: #B1B1B1. Windows color (decimal): -2383717 or 10199259. OLE color: 10199259.
HSL color Cylindrical-coordinate representation of color #DBA09B: hue angle of 4.69º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DBA09B is Cyan = 0, Magento = 0.27, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 160 | 155 | - |
| CMYK | 0 | 0.27 | 0.29 | 0.14 |
| HSL | 4.69º | 0.47% | 0.73% | - |
| HSV(B) | 4.69º | 0.29% | 0.86% | - |
| XYZ | 47.7 | 42.57 | 36.71 | - |
| YUV | 177.07 | 115.55 | 157.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 160 | 155 | 0 | 0.27 | 0.29 | 0.14 | 4.69 | 0.47 | 0.73 |
| Hex | DB | A0 | 9B | 0 | 1B | 1D | E | 5 | 2F | 49 |
| Octal | 333 | 240 | 233 | 0 | 33 | 35 | 16 | 5 | 57 | 111 |
| Binary | 11011011 | 10100000 | 10011011 | 0 | 11011 | 11101 | 1110 | 101 | 101111 | 1001001 |
Color Harmonies of #DBA09B
Complementary color
Monochromatic Colors of #DBA09B
Black with #DBA09B
Text Example
Text Example
White with #DBA09B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA09B; }
p { color: rgb(219,160,155); }
H1.HeaderClassName
{
color: #DBA09B;
}
.AnyTagClassName
{
color: #DBA09B;
}
</style>
background-color css
<style>
a { background-color: #DBA09B; }
a { background-color: rgb(219,160,155); }
div.DivClassName
{
background-color: #DBA09B;
}
.BgClassName
{
background-color: #DBA09B;
}
</style>
border-color css
<style>
span { border-color: #DBA09B; }
span { border-color: rgb(219,160,155); }
td.TdClassName
{
border-color: #DBA09B;
}
.TagClassName
{
border-color: #DBA09B;
}
</style>