Shades of Bird Flower #DBD00D
Tints of Bird Flower #DBD00D
RGB
CMYK
RGB Variations
Color information
#DBD00D (or 0xDBD00D) is known color: Bird Flower. HEX triplet: DB, D0 and 0D. RGB value is (219,208,13). Sum of RGB (Red+Green+Blue) = 219+208+13=440 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.77% from 440); Green value is 208 (81.64% from 255 or 47.27% from 440); Blue value is 13 (5.47% from 255 or 2.95% from 440); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD00D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBD00D is #242FF2. Grayscale: #BDBDBD. Windows color (decimal): -2371571 or 905435. OLE color: 905435.
HSL color Cylindrical-coordinate representation of color #DBD00D: hue angle of 56.8º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DBD00D is Cyan = 0, Magento = 0.05, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 208 | 13 | - |
| CMYK | 0 | 0.05 | 0.94 | 0.14 |
| HSL | 56.8º | 0.89% | 0.45% | - |
| HSV(B) | 56.8º | 0.94% | 0.86% | - |
| XYZ | 51.84 | 60.2 | 9.27 | - |
| YUV | 189.06 | 28.64 | 149.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 208 | 13 | 0 | 0.05 | 0.94 | 0.14 | 56.8 | 0.89 | 0.45 |
| Hex | DB | D0 | D | 0 | 5 | 5E | E | 39 | 59 | 2D |
| Octal | 333 | 320 | 15 | 0 | 5 | 136 | 16 | 71 | 131 | 55 |
| Binary | 11011011 | 11010000 | 1101 | 0 | 101 | 1011110 | 1110 | 111001 | 1011001 | 101101 |
Color Harmonies of #DBD00D
Complementary color
Monochromatic Colors of #DBD00D
Black with #DBD00D
Text Example
Text Example
White with #DBD00D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD00D; }
p { color: rgb(219,208,13); }
H1.HeaderClassName
{
color: #DBD00D;
}
.AnyTagClassName
{
color: #DBD00D;
}
</style>
background-color css
<style>
a { background-color: #DBD00D; }
a { background-color: rgb(219,208,13); }
div.DivClassName
{
background-color: #DBD00D;
}
.BgClassName
{
background-color: #DBD00D;
}
</style>
border-color css
<style>
span { border-color: #DBD00D; }
span { border-color: rgb(219,208,13); }
td.TdClassName
{
border-color: #DBD00D;
}
.TagClassName
{
border-color: #DBD00D;
}
</style>