Shades of Bird Flower #DBC902
Tints of Bird Flower #DBC902
RGB
CMYK
RGB Variations
Color information
#DBC902 (or 0xDBC902) is known color: Bird Flower. HEX triplet: DB, C9 and 02. RGB value is (219,201,2). Sum of RGB (Red+Green+Blue) = 219+201+2=422 (55% of max value = 765). Red value is 219 (85.94% from 255 or 51.90% from 422); Green value is 201 (78.91% from 255 or 47.63% from 422); Blue value is 2 (1.17% from 255 or 0.47% from 422); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC902 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBC902 is #2436FD. Grayscale: #B8B8B8. Windows color (decimal): -2373374 or 182747. OLE color: 182747.
HSL color Cylindrical-coordinate representation of color #DBC902: hue angle of 55.02º 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 #DBC902 is Cyan = 0, Magento = 0.08, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 201 | 2 | - |
| CMYK | 0 | 0.08 | 0.99 | 0.14 |
| HSL | 55.02º | 0.98% | 0.43% | - |
| HSV(B) | 55.02º | 0.99% | 0.86% | - |
| XYZ | 50.11 | 56.84 | 8.39 | - |
| YUV | 183.7 | 25.46 | 153.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 201 | 2 | 0 | 0.08 | 0.99 | 0.14 | 55.02 | 0.98 | 0.43 |
| Hex | DB | C9 | 2 | 0 | 8 | 63 | E | 37 | 62 | 2B |
| Octal | 333 | 311 | 2 | 0 | 10 | 143 | 16 | 67 | 142 | 53 |
| Binary | 11011011 | 11001001 | 10 | 0 | 1000 | 1100011 | 1110 | 110111 | 1100010 | 101011 |
Color Harmonies of #DBC902
Complementary color
Monochromatic Colors of #DBC902
Black with #DBC902
Text Example
Text Example
White with #DBC902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC902; }
p { color: rgb(219,201,2); }
H1.HeaderClassName
{
color: #DBC902;
}
.AnyTagClassName
{
color: #DBC902;
}
</style>
background-color css
<style>
a { background-color: #DBC902; }
a { background-color: rgb(219,201,2); }
div.DivClassName
{
background-color: #DBC902;
}
.BgClassName
{
background-color: #DBC902;
}
</style>
border-color css
<style>
span { border-color: #DBC902; }
span { border-color: rgb(219,201,2); }
td.TdClassName
{
border-color: #DBC902;
}
.TagClassName
{
border-color: #DBC902;
}
</style>