Shades of Bird Flower #DBD204
Tints of Bird Flower #DBD204
RGB
CMYK
RGB Variations
Color information
#DBD204 (or 0xDBD204) is known color: Bird Flower. HEX triplet: DB, D2 and 04. RGB value is (219,210,4). Sum of RGB (Red+Green+Blue) = 219+210+4=433 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.58% from 433); Green value is 210 (82.42% from 255 or 48.50% from 433); Blue value is 4 (1.95% from 255 or 0.92% from 433); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD204 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBD204 is #242DFB. Grayscale: #BEBEBE. Windows color (decimal): -2371068 or 316123. OLE color: 316123.
HSL color Cylindrical-coordinate representation of color #DBD204: hue angle of 57.49º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DBD204 is Cyan = 0, Magento = 0.04, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 210 | 4 | - |
| CMYK | 0 | 0.04 | 0.98 | 0.14 |
| HSL | 57.49º | 0.96% | 0.44% | - |
| HSV(B) | 57.49º | 0.98% | 0.86% | - |
| XYZ | 52.28 | 61.16 | 9.16 | - |
| YUV | 189.21 | 23.48 | 149.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 210 | 4 | 0 | 0.04 | 0.98 | 0.14 | 57.49 | 0.96 | 0.44 |
| Hex | DB | D2 | 4 | 0 | 4 | 62 | E | 39 | 60 | 2C |
| Octal | 333 | 322 | 4 | 0 | 4 | 142 | 16 | 71 | 140 | 54 |
| Binary | 11011011 | 11010010 | 100 | 0 | 100 | 1100010 | 1110 | 111001 | 1100000 | 101100 |
Color Harmonies of #DBD204
Complementary color
Monochromatic Colors of #DBD204
Black with #DBD204
Text Example
Text Example
White with #DBD204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD204; }
p { color: rgb(219,210,4); }
H1.HeaderClassName
{
color: #DBD204;
}
.AnyTagClassName
{
color: #DBD204;
}
</style>
background-color css
<style>
a { background-color: #DBD204; }
a { background-color: rgb(219,210,4); }
div.DivClassName
{
background-color: #DBD204;
}
.BgClassName
{
background-color: #DBD204;
}
</style>
border-color css
<style>
span { border-color: #DBD204; }
span { border-color: rgb(219,210,4); }
td.TdClassName
{
border-color: #DBD204;
}
.TagClassName
{
border-color: #DBD204;
}
</style>