Shades of Bird Flower #DBC103
Tints of Bird Flower #DBC103
RGB
CMYK
RGB Variations
Color information
#DBC103 (or 0xDBC103) is known color: Bird Flower. HEX triplet: DB, C1 and 03. RGB value is (219,193,3). Sum of RGB (Red+Green+Blue) = 219+193+3=415 (54% of max value = 765). Red value is 219 (85.94% from 255 or 52.77% from 415); Green value is 193 (75.78% from 255 or 46.51% from 415); Blue value is 3 (1.56% from 255 or 0.72% from 415); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC103 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBC103 is #243EFC. Grayscale: #B3B3B3. Windows color (decimal): -2375421 or 246235. OLE color: 246235.
HSL color Cylindrical-coordinate representation of color #DBC103: hue angle of 52.78º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DBC103 is Cyan = 0, Magento = 0.12, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 193 | 3 | - |
| CMYK | 0 | 0.12 | 0.99 | 0.14 |
| HSL | 52.78º | 0.97% | 0.44% | - |
| HSV(B) | 52.78º | 0.99% | 0.86% | - |
| XYZ | 48.3 | 53.21 | 7.81 | - |
| YUV | 179.11 | 28.61 | 156.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 193 | 3 | 0 | 0.12 | 0.99 | 0.14 | 52.78 | 0.97 | 0.44 |
| Hex | DB | C1 | 3 | 0 | C | 63 | E | 35 | 61 | 2C |
| Octal | 333 | 301 | 3 | 0 | 14 | 143 | 16 | 65 | 141 | 54 |
| Binary | 11011011 | 11000001 | 11 | 0 | 1100 | 1100011 | 1110 | 110101 | 1100001 | 101100 |
Color Harmonies of #DBC103
Complementary color
Monochromatic Colors of #DBC103
Black with #DBC103
Text Example
Text Example
White with #DBC103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC103; }
p { color: rgb(219,193,3); }
H1.HeaderClassName
{
color: #DBC103;
}
.AnyTagClassName
{
color: #DBC103;
}
</style>
background-color css
<style>
a { background-color: #DBC103; }
a { background-color: rgb(219,193,3); }
div.DivClassName
{
background-color: #DBC103;
}
.BgClassName
{
background-color: #DBC103;
}
</style>
border-color css
<style>
span { border-color: #DBC103; }
span { border-color: rgb(219,193,3); }
td.TdClassName
{
border-color: #DBC103;
}
.TagClassName
{
border-color: #DBC103;
}
</style>