Shades of Bird Flower #DBD102
Tints of Bird Flower #DBD102
RGB
CMYK
RGB Variations
Color information
#DBD102 (or 0xDBD102) is known color: Bird Flower. HEX triplet: DB, D1 and 02. RGB value is (219,209,2). Sum of RGB (Red+Green+Blue) = 219+209+2=430 (56% of max value = 765). Red value is 219 (85.94% from 255 or 50.93% from 430); Green value is 209 (82.03% from 255 or 48.60% from 430); Blue value is 2 (1.17% from 255 or 0.47% from 430); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD102 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBD102 is #242EFD. Grayscale: #BDBDBD. Windows color (decimal): -2371326 or 184795. OLE color: 184795.
HSL color Cylindrical-coordinate representation of color #DBD102: hue angle of 57.24º 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 #DBD102 is Cyan = 0, Magento = 0.05, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 209 | 2 | - |
| CMYK | 0 | 0.05 | 0.99 | 0.14 |
| HSL | 57.24º | 0.98% | 0.43% | - |
| HSV(B) | 57.24º | 0.99% | 0.86% | - |
| XYZ | 52.02 | 60.67 | 9.03 | - |
| YUV | 188.39 | 22.81 | 149.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 209 | 2 | 0 | 0.05 | 0.99 | 0.14 | 57.24 | 0.98 | 0.43 |
| Hex | DB | D1 | 2 | 0 | 5 | 63 | E | 39 | 62 | 2B |
| Octal | 333 | 321 | 2 | 0 | 5 | 143 | 16 | 71 | 142 | 53 |
| Binary | 11011011 | 11010001 | 10 | 0 | 101 | 1100011 | 1110 | 111001 | 1100010 | 101011 |
Color Harmonies of #DBD102
Complementary color
Monochromatic Colors of #DBD102
Black with #DBD102
Text Example
Text Example
White with #DBD102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD102; }
p { color: rgb(219,209,2); }
H1.HeaderClassName
{
color: #DBD102;
}
.AnyTagClassName
{
color: #DBD102;
}
</style>
background-color css
<style>
a { background-color: #DBD102; }
a { background-color: rgb(219,209,2); }
div.DivClassName
{
background-color: #DBD102;
}
.BgClassName
{
background-color: #DBD102;
}
</style>
border-color css
<style>
span { border-color: #DBD102; }
span { border-color: rgb(219,209,2); }
td.TdClassName
{
border-color: #DBD102;
}
.TagClassName
{
border-color: #DBD102;
}
</style>