Shades of Bird Flower #DBC201
Tints of Bird Flower #DBC201
RGB
CMYK
RGB Variations
Color information
#DBC201 (or 0xDBC201) is known color: Bird Flower. HEX triplet: DB, C2 and 01. RGB value is (219,194,1). Sum of RGB (Red+Green+Blue) = 219+194+1=414 (54% of max value = 765). Red value is 219 (85.94% from 255 or 52.90% from 414); Green value is 194 (76.17% from 255 or 46.86% from 414); Blue value is 1 (0.78% from 255 or 0.24% from 414); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC201 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBC201 is #243DFE. Grayscale: #B4B4B4. Windows color (decimal): -2375167 or 115419. OLE color: 115419.
HSL color Cylindrical-coordinate representation of color #DBC201: hue angle of 53.12º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DBC201 is Cyan = 0, Magento = 0.11, Yellow = 1.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 194 | 1 | - |
| CMYK | 0 | 0.11 | 1.00 | 0.14 |
| HSL | 53.12º | 0.99% | 0.43% | - |
| HSV(B) | 53.12º | 1% | 0.86% | - |
| XYZ | 48.51 | 53.65 | 7.83 | - |
| YUV | 179.47 | 27.28 | 156.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 194 | 1 | 0 | 0.11 | 1.00 | 0.14 | 53.12 | 0.99 | 0.43 |
| Hex | DB | C2 | 1 | 0 | B | 64 | E | 35 | 63 | 2B |
| Octal | 333 | 302 | 1 | 0 | 13 | 144 | 16 | 65 | 143 | 53 |
| Binary | 11011011 | 11000010 | 1 | 0 | 1011 | 1100100 | 1110 | 110101 | 1100011 | 101011 |
Color Harmonies of #DBC201
Complementary color
Monochromatic Colors of #DBC201
Black with #DBC201
Text Example
Text Example
White with #DBC201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC201; }
p { color: rgb(219,194,1); }
H1.HeaderClassName
{
color: #DBC201;
}
.AnyTagClassName
{
color: #DBC201;
}
</style>
background-color css
<style>
a { background-color: #DBC201; }
a { background-color: rgb(219,194,1); }
div.DivClassName
{
background-color: #DBC201;
}
.BgClassName
{
background-color: #DBC201;
}
</style>
border-color css
<style>
span { border-color: #DBC201; }
span { border-color: rgb(219,194,1); }
td.TdClassName
{
border-color: #DBC201;
}
.TagClassName
{
border-color: #DBC201;
}
</style>