Shades of Bird Flower #DBD305
Tints of Bird Flower #DBD305
RGB
CMYK
RGB Variations
Color information
#DBD305 (or 0xDBD305) is known color: Bird Flower. HEX triplet: DB, D3 and 05. RGB value is (219,211,5). Sum of RGB (Red+Green+Blue) = 219+211+5=435 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.34% from 435); Green value is 211 (82.81% from 255 or 48.51% from 435); Blue value is 5 (2.34% from 255 or 1.15% from 435); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD305 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBD305 is #242CFA. Grayscale: #BEBEBE. Windows color (decimal): -2370811 or 381915. OLE color: 381915.
HSL color Cylindrical-coordinate representation of color #DBD305: hue angle of 57.76º 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 #DBD305 is Cyan = 0, Magento = 0.04, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 211 | 5 | - |
| CMYK | 0 | 0.04 | 0.98 | 0.14 |
| HSL | 57.76º | 0.96% | 0.44% | - |
| HSV(B) | 57.76º | 0.98% | 0.86% | - |
| XYZ | 52.54 | 61.66 | 9.28 | - |
| YUV | 189.91 | 23.65 | 148.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 211 | 5 | 0 | 0.04 | 0.98 | 0.14 | 57.76 | 0.96 | 0.44 |
| Hex | DB | D3 | 5 | 0 | 4 | 62 | E | 3A | 60 | 2C |
| Octal | 333 | 323 | 5 | 0 | 4 | 142 | 16 | 72 | 140 | 54 |
| Binary | 11011011 | 11010011 | 101 | 0 | 100 | 1100010 | 1110 | 111010 | 1100000 | 101100 |
Color Harmonies of #DBD305
Complementary color
Monochromatic Colors of #DBD305
Black with #DBD305
Text Example
Text Example
White with #DBD305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD305; }
p { color: rgb(219,211,5); }
H1.HeaderClassName
{
color: #DBD305;
}
.AnyTagClassName
{
color: #DBD305;
}
</style>
background-color css
<style>
a { background-color: #DBD305; }
a { background-color: rgb(219,211,5); }
div.DivClassName
{
background-color: #DBD305;
}
.BgClassName
{
background-color: #DBD305;
}
</style>
border-color css
<style>
span { border-color: #DBD305; }
span { border-color: rgb(219,211,5); }
td.TdClassName
{
border-color: #DBD305;
}
.TagClassName
{
border-color: #DBD305;
}
</style>