Shades of Bird Flower #DBD302
Tints of Bird Flower #DBD302
RGB
CMYK
RGB Variations
Color information
#DBD302 (or 0xDBD302) is known color: Bird Flower. HEX triplet: DB, D3 and 02. RGB value is (219,211,2). Sum of RGB (Red+Green+Blue) = 219+211+2=432 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.69% from 432); Green value is 211 (82.81% from 255 or 48.84% from 432); Blue value is 2 (1.17% from 255 or 0.46% from 432); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD302 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBD302 is #242CFD. Grayscale: #BEBEBE. Windows color (decimal): -2370814 or 185307. OLE color: 185307.
HSL color Cylindrical-coordinate representation of color #DBD302: hue angle of 57.79º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DBD302 is Cyan = 0, Magento = 0.04, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 211 | 2 | - |
| CMYK | 0 | 0.04 | 0.99 | 0.14 |
| HSL | 57.79º | 0.98% | 0.43% | - |
| HSV(B) | 57.79º | 0.99% | 0.86% | - |
| XYZ | 52.52 | 61.65 | 9.19 | - |
| YUV | 189.57 | 22.15 | 148.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 211 | 2 | 0 | 0.04 | 0.99 | 0.14 | 57.79 | 0.98 | 0.43 |
| Hex | DB | D3 | 2 | 0 | 4 | 63 | E | 3A | 62 | 2B |
| Octal | 333 | 323 | 2 | 0 | 4 | 143 | 16 | 72 | 142 | 53 |
| Binary | 11011011 | 11010011 | 10 | 0 | 100 | 1100011 | 1110 | 111010 | 1100010 | 101011 |
Color Harmonies of #DBD302
Complementary color
Monochromatic Colors of #DBD302
Black with #DBD302
Text Example
Text Example
White with #DBD302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD302; }
p { color: rgb(219,211,2); }
H1.HeaderClassName
{
color: #DBD302;
}
.AnyTagClassName
{
color: #DBD302;
}
</style>
background-color css
<style>
a { background-color: #DBD302; }
a { background-color: rgb(219,211,2); }
div.DivClassName
{
background-color: #DBD302;
}
.BgClassName
{
background-color: #DBD302;
}
</style>
border-color css
<style>
span { border-color: #DBD302; }
span { border-color: rgb(219,211,2); }
td.TdClassName
{
border-color: #DBD302;
}
.TagClassName
{
border-color: #DBD302;
}
</style>