Shades of Bird Flower #DBD203
Tints of Bird Flower #DBD203
RGB
CMYK
RGB Variations
Color information
#DBD203 (or 0xDBD203) is known color: Bird Flower. HEX triplet: DB, D2 and 03. RGB value is (219,210,3). Sum of RGB (Red+Green+Blue) = 219+210+3=432 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.69% from 432); Green value is 210 (82.42% from 255 or 48.61% from 432); Blue value is 3 (1.56% from 255 or 0.69% from 432); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD203 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBD203 is #242DFC. Grayscale: #BDBDBD. Windows color (decimal): -2371069 or 250587. OLE color: 250587.
HSL color Cylindrical-coordinate representation of color #DBD203: hue angle of 57.5º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DBD203 is Cyan = 0, Magento = 0.04, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 210 | 3 | - |
| CMYK | 0 | 0.04 | 0.99 | 0.14 |
| HSL | 57.5º | 0.97% | 0.44% | - |
| HSV(B) | 57.5º | 0.99% | 0.86% | - |
| XYZ | 52.28 | 61.16 | 9.14 | - |
| YUV | 189.09 | 22.98 | 149.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 210 | 3 | 0 | 0.04 | 0.99 | 0.14 | 57.5 | 0.97 | 0.44 |
| Hex | DB | D2 | 3 | 0 | 4 | 63 | E | 3A | 61 | 2C |
| Octal | 333 | 322 | 3 | 0 | 4 | 143 | 16 | 72 | 141 | 54 |
| Binary | 11011011 | 11010010 | 11 | 0 | 100 | 1100011 | 1110 | 111010 | 1100001 | 101100 |
Color Harmonies of #DBD203
Complementary color
Monochromatic Colors of #DBD203
Black with #DBD203
Text Example
Text Example
White with #DBD203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD203; }
p { color: rgb(219,210,3); }
H1.HeaderClassName
{
color: #DBD203;
}
.AnyTagClassName
{
color: #DBD203;
}
</style>
background-color css
<style>
a { background-color: #DBD203; }
a { background-color: rgb(219,210,3); }
div.DivClassName
{
background-color: #DBD203;
}
.BgClassName
{
background-color: #DBD203;
}
</style>
border-color css
<style>
span { border-color: #DBD203; }
span { border-color: rgb(219,210,3); }
td.TdClassName
{
border-color: #DBD203;
}
.TagClassName
{
border-color: #DBD203;
}
</style>