Shades of Bird Flower #DBD307
Tints of Bird Flower #DBD307
RGB
CMYK
RGB Variations
Color information
#DBD307 (or 0xDBD307) is known color: Bird Flower. HEX triplet: DB, D3 and 07. RGB value is (219,211,7). Sum of RGB (Red+Green+Blue) = 219+211+7=437 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.11% from 437); Green value is 211 (82.81% from 255 or 48.28% from 437); Blue value is 7 (3.12% from 255 or 1.60% from 437); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD307 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBD307 is #242CF8. Grayscale: #BEBEBE. Windows color (decimal): -2370809 or 512987. OLE color: 512987.
HSL color Cylindrical-coordinate representation of color #DBD307: hue angle of 57.74º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DBD307 is Cyan = 0, Magento = 0.04, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 211 | 7 | - |
| CMYK | 0 | 0.04 | 0.97 | 0.14 |
| HSL | 57.74º | 0.94% | 0.44% | - |
| HSV(B) | 57.74º | 0.97% | 0.86% | - |
| XYZ | 52.55 | 61.66 | 9.33 | - |
| YUV | 190.14 | 24.65 | 148.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 211 | 7 | 0 | 0.04 | 0.97 | 0.14 | 57.74 | 0.94 | 0.44 |
| Hex | DB | D3 | 7 | 0 | 4 | 61 | E | 3A | 5E | 2C |
| Octal | 333 | 323 | 7 | 0 | 4 | 141 | 16 | 72 | 136 | 54 |
| Binary | 11011011 | 11010011 | 111 | 0 | 100 | 1100001 | 1110 | 111010 | 1011110 | 101100 |
Color Harmonies of #DBD307
Complementary color
Monochromatic Colors of #DBD307
Black with #DBD307
Text Example
Text Example
White with #DBD307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD307; }
p { color: rgb(219,211,7); }
H1.HeaderClassName
{
color: #DBD307;
}
.AnyTagClassName
{
color: #DBD307;
}
</style>
background-color css
<style>
a { background-color: #DBD307; }
a { background-color: rgb(219,211,7); }
div.DivClassName
{
background-color: #DBD307;
}
.BgClassName
{
background-color: #DBD307;
}
</style>
border-color css
<style>
span { border-color: #DBD307; }
span { border-color: rgb(219,211,7); }
td.TdClassName
{
border-color: #DBD307;
}
.TagClassName
{
border-color: #DBD307;
}
</style>