Shades of Bird Flower #DBC701
Tints of Bird Flower #DBC701
RGB
CMYK
RGB Variations
Color information
#DBC701 (or 0xDBC701) is known color: Bird Flower. HEX triplet: DB, C7 and 01. RGB value is (219,199,1). Sum of RGB (Red+Green+Blue) = 219+199+1=419 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.27% from 419); Green value is 199 (78.12% from 255 or 47.49% from 419); Blue value is 1 (0.78% from 255 or 0.24% from 419); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC701 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBC701 is #2438FE. Grayscale: #B7B7B7. Windows color (decimal): -2373887 or 116699. OLE color: 116699.
HSL color Cylindrical-coordinate representation of color #DBC701: hue angle of 54.5º 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 #DBC701 is Cyan = 0, Magento = 0.09, Yellow = 1.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 199 | 1 | - |
| CMYK | 0 | 0.09 | 1.00 | 0.14 |
| HSL | 54.5º | 0.99% | 0.43% | - |
| HSV(B) | 54.5º | 1% | 0.86% | - |
| XYZ | 49.64 | 55.91 | 8.2 | - |
| YUV | 182.41 | 25.63 | 154.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 199 | 1 | 0 | 0.09 | 1.00 | 0.14 | 54.5 | 0.99 | 0.43 |
| Hex | DB | C7 | 1 | 0 | 9 | 64 | E | 36 | 63 | 2B |
| Octal | 333 | 307 | 1 | 0 | 11 | 144 | 16 | 66 | 143 | 53 |
| Binary | 11011011 | 11000111 | 1 | 0 | 1001 | 1100100 | 1110 | 110110 | 1100011 | 101011 |
Color Harmonies of #DBC701
Complementary color
Monochromatic Colors of #DBC701
Black with #DBC701
Text Example
Text Example
White with #DBC701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC701; }
p { color: rgb(219,199,1); }
H1.HeaderClassName
{
color: #DBC701;
}
.AnyTagClassName
{
color: #DBC701;
}
</style>
background-color css
<style>
a { background-color: #DBC701; }
a { background-color: rgb(219,199,1); }
div.DivClassName
{
background-color: #DBC701;
}
.BgClassName
{
background-color: #DBC701;
}
</style>
border-color css
<style>
span { border-color: #DBC701; }
span { border-color: rgb(219,199,1); }
td.TdClassName
{
border-color: #DBC701;
}
.TagClassName
{
border-color: #DBC701;
}
</style>