Shades of Bird Flower #DBC601
Tints of Bird Flower #DBC601
RGB
CMYK
RGB Variations
Color information
#DBC601 (or 0xDBC601) is known color: Bird Flower. HEX triplet: DB, C6 and 01. RGB value is (219,198,1). Sum of RGB (Red+Green+Blue) = 219+198+1=418 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.39% from 418); Green value is 198 (77.73% from 255 or 47.37% from 418); Blue value is 1 (0.78% from 255 or 0.24% from 418); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC601 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBC601 is #2439FE. Grayscale: #B6B6B6. Windows color (decimal): -2374143 or 116443. OLE color: 116443.
HSL color Cylindrical-coordinate representation of color #DBC601: hue angle of 54.22º 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 #DBC601 is Cyan = 0, Magento = 0.10, Yellow = 1.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 198 | 1 | - |
| CMYK | 0 | 0.10 | 1.00 | 0.14 |
| HSL | 54.22º | 0.99% | 0.43% | - |
| HSV(B) | 54.22º | 1% | 0.86% | - |
| XYZ | 49.41 | 55.45 | 8.13 | - |
| YUV | 181.82 | 25.96 | 154.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 198 | 1 | 0 | 0.10 | 1.00 | 0.14 | 54.22 | 0.99 | 0.43 |
| Hex | DB | C6 | 1 | 0 | A | 64 | E | 36 | 63 | 2B |
| Octal | 333 | 306 | 1 | 0 | 12 | 144 | 16 | 66 | 143 | 53 |
| Binary | 11011011 | 11000110 | 1 | 0 | 1010 | 1100100 | 1110 | 110110 | 1100011 | 101011 |
Color Harmonies of #DBC601
Complementary color
Monochromatic Colors of #DBC601
Black with #DBC601
Text Example
Text Example
White with #DBC601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC601; }
p { color: rgb(219,198,1); }
H1.HeaderClassName
{
color: #DBC601;
}
.AnyTagClassName
{
color: #DBC601;
}
</style>
background-color css
<style>
a { background-color: #DBC601; }
a { background-color: rgb(219,198,1); }
div.DivClassName
{
background-color: #DBC601;
}
.BgClassName
{
background-color: #DBC601;
}
</style>
border-color css
<style>
span { border-color: #DBC601; }
span { border-color: rgb(219,198,1); }
td.TdClassName
{
border-color: #DBC601;
}
.TagClassName
{
border-color: #DBC601;
}
</style>