Shades of Petite Orchid #DBA09C
Tints of Petite Orchid #DBA09C
RGB
CMYK
RGB Variations
Color information
#DBA09C (or 0xDBA09C) is known color: Petite Orchid. HEX triplet: DB, A0 and 9C. RGB value is (219,160,156). Sum of RGB (Red+Green+Blue) = 219+160+156=535 (70% of max value = 765). Red value is 219 (85.94% from 255 or 40.93% from 535); Green value is 160 (62.89% from 255 or 29.91% from 535); Blue value is 156 (61.33% from 255 or 29.16% from 535); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA09C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA09C is #245F63. Grayscale: #B1B1B1. Windows color (decimal): -2383716 or 10264795. OLE color: 10264795.
HSL color Cylindrical-coordinate representation of color #DBA09C: hue angle of 3.81º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DBA09C is Cyan = 0, Magento = 0.27, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 160 | 156 | - |
| CMYK | 0 | 0.27 | 0.29 | 0.14 |
| HSL | 3.81º | 0.47% | 0.74% | - |
| HSV(B) | 3.81º | 0.29% | 0.86% | - |
| XYZ | 47.78 | 42.6 | 37.16 | - |
| YUV | 177.19 | 116.05 | 157.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 160 | 156 | 0 | 0.27 | 0.29 | 0.14 | 3.81 | 0.47 | 0.74 |
| Hex | DB | A0 | 9C | 0 | 1B | 1D | E | 4 | 2F | 4A |
| Octal | 333 | 240 | 234 | 0 | 33 | 35 | 16 | 4 | 57 | 112 |
| Binary | 11011011 | 10100000 | 10011100 | 0 | 11011 | 11101 | 1110 | 100 | 101111 | 1001010 |
Color Harmonies of #DBA09C
Complementary color
Monochromatic Colors of #DBA09C
Black with #DBA09C
Text Example
Text Example
White with #DBA09C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA09C; }
p { color: rgb(219,160,156); }
H1.HeaderClassName
{
color: #DBA09C;
}
.AnyTagClassName
{
color: #DBA09C;
}
</style>
background-color css
<style>
a { background-color: #DBA09C; }
a { background-color: rgb(219,160,156); }
div.DivClassName
{
background-color: #DBA09C;
}
.BgClassName
{
background-color: #DBA09C;
}
</style>
border-color css
<style>
span { border-color: #DBA09C; }
span { border-color: rgb(219,160,156); }
td.TdClassName
{
border-color: #DBA09C;
}
.TagClassName
{
border-color: #DBA09C;
}
</style>