Shades of Bird Flower #DBD000
Tints of Bird Flower #DBD000
RGB
CMYK
RGB Variations
Color information
#DBD000 (or 0xDBD000) is known color: Bird Flower. HEX triplet: DB, D0 and 00. RGB value is (219,208,0). Sum of RGB (Red+Green+Blue) = 219+208+0=427 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.29% from 427); Green value is 208 (81.64% from 255 or 48.71% from 427); Blue value is 0 (0.39% from 255 or 0% from 427); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD000 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBD000 is #242FFF. Grayscale: #BCBCBC. Windows color (decimal): -2371584 or 53467. OLE color: 53467.
HSL color Cylindrical-coordinate representation of color #DBD000: hue angle of 56.99º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DBD000 is Cyan = 0, Magento = 0.05, Yellow = 1 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 208 | 0 | - |
| CMYK | 0 | 0.05 | 1 | 0.14 |
| HSL | 56.99º | 1% | 0.43% | - |
| HSV(B) | 56.99º | 1% | 0.86% | - |
| XYZ | 51.77 | 60.17 | 8.89 | - |
| YUV | 187.58 | 22.14 | 150.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 208 | 0 | 0 | 0.05 | 1 | 0.14 | 56.99 | 1 | 0.43 |
| Hex | DB | D0 | 0 | 0 | 5 | 64 | E | 39 | 64 | 2B |
| Octal | 333 | 320 | 0 | 0 | 5 | 144 | 16 | 71 | 144 | 53 |
| Binary | 11011011 | 11010000 | 0 | 0 | 101 | 1100100 | 1110 | 111001 | 1100100 | 101011 |
Color Harmonies of #DBD000
Complementary color
Monochromatic Colors of #DBD000
Black with #DBD000
Text Example
Text Example
White with #DBD000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD000; }
p { color: rgb(219,208,0); }
H1.HeaderClassName
{
color: #DBD000;
}
.AnyTagClassName
{
color: #DBD000;
}
</style>
background-color css
<style>
a { background-color: #DBD000; }
a { background-color: rgb(219,208,0); }
div.DivClassName
{
background-color: #DBD000;
}
.BgClassName
{
background-color: #DBD000;
}
</style>
border-color css
<style>
span { border-color: #DBD000; }
span { border-color: rgb(219,208,0); }
td.TdClassName
{
border-color: #DBD000;
}
.TagClassName
{
border-color: #DBD000;
}
</style>