Shades of Bird Flower #DBC501
Tints of Bird Flower #DBC501
RGB
CMYK
RGB Variations
Color information
#DBC501 (or 0xDBC501) is known color: Bird Flower. HEX triplet: DB, C5 and 01. RGB value is (219,197,1). Sum of RGB (Red+Green+Blue) = 219+197+1=417 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.52% from 417); Green value is 197 (77.34% from 255 or 47.24% from 417); Blue value is 1 (0.78% from 255 or 0.24% from 417); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC501 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBC501 is #243AFE. Grayscale: #B6B6B6. Windows color (decimal): -2374399 or 116187. OLE color: 116187.
HSL color Cylindrical-coordinate representation of color #DBC501: hue angle of 53.94º 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 #DBC501 is Cyan = 0, Magento = 0.10, Yellow = 1.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 197 | 1 | - |
| CMYK | 0 | 0.10 | 1.00 | 0.14 |
| HSL | 53.94º | 0.99% | 0.43% | - |
| HSV(B) | 53.94º | 1% | 0.86% | - |
| XYZ | 49.19 | 54.99 | 8.05 | - |
| YUV | 181.23 | 26.29 | 154.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 197 | 1 | 0 | 0.10 | 1.00 | 0.14 | 53.94 | 0.99 | 0.43 |
| Hex | DB | C5 | 1 | 0 | A | 64 | E | 36 | 63 | 2B |
| Octal | 333 | 305 | 1 | 0 | 12 | 144 | 16 | 66 | 143 | 53 |
| Binary | 11011011 | 11000101 | 1 | 0 | 1010 | 1100100 | 1110 | 110110 | 1100011 | 101011 |
Color Harmonies of #DBC501
Complementary color
Monochromatic Colors of #DBC501
Black with #DBC501
Text Example
Text Example
White with #DBC501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC501; }
p { color: rgb(219,197,1); }
H1.HeaderClassName
{
color: #DBC501;
}
.AnyTagClassName
{
color: #DBC501;
}
</style>
background-color css
<style>
a { background-color: #DBC501; }
a { background-color: rgb(219,197,1); }
div.DivClassName
{
background-color: #DBC501;
}
.BgClassName
{
background-color: #DBC501;
}
</style>
border-color css
<style>
span { border-color: #DBC501; }
span { border-color: rgb(219,197,1); }
td.TdClassName
{
border-color: #DBC501;
}
.TagClassName
{
border-color: #DBC501;
}
</style>