Shades of Bird Flower #DBCB08
Tints of Bird Flower #DBCB08
RGB
CMYK
RGB Variations
Color information
#DBCB08 (or 0xDBCB08) is known color: Bird Flower. HEX triplet: DB, CB and 08. RGB value is (219,203,8). Sum of RGB (Red+Green+Blue) = 219+203+8=430 (56% of max value = 765). Red value is 219 (85.94% from 255 or 50.93% from 430); Green value is 203 (79.69% from 255 or 47.21% from 430); Blue value is 8 (3.52% from 255 or 1.86% from 430); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCB08 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBCB08 is #2434F7. Grayscale: #BABABA. Windows color (decimal): -2372856 or 576475. OLE color: 576475.
HSL color Cylindrical-coordinate representation of color #DBCB08: hue angle of 55.45º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DBCB08 is Cyan = 0, Magento = 0.07, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 203 | 8 | - |
| CMYK | 0 | 0.07 | 0.96 | 0.14 |
| HSL | 55.45º | 0.93% | 0.45% | - |
| HSV(B) | 55.45º | 0.96% | 0.86% | - |
| XYZ | 50.61 | 57.79 | 8.72 | - |
| YUV | 185.55 | 27.8 | 151.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 203 | 8 | 0 | 0.07 | 0.96 | 0.14 | 55.45 | 0.93 | 0.45 |
| Hex | DB | CB | 8 | 0 | 7 | 60 | E | 37 | 5D | 2D |
| Octal | 333 | 313 | 10 | 0 | 7 | 140 | 16 | 67 | 135 | 55 |
| Binary | 11011011 | 11001011 | 1000 | 0 | 111 | 1100000 | 1110 | 110111 | 1011101 | 101101 |
Color Harmonies of #DBCB08
Complementary color
Monochromatic Colors of #DBCB08
Black with #DBCB08
Text Example
Text Example
White with #DBCB08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCB08; }
p { color: rgb(219,203,8); }
H1.HeaderClassName
{
color: #DBCB08;
}
.AnyTagClassName
{
color: #DBCB08;
}
</style>
background-color css
<style>
a { background-color: #DBCB08; }
a { background-color: rgb(219,203,8); }
div.DivClassName
{
background-color: #DBCB08;
}
.BgClassName
{
background-color: #DBCB08;
}
</style>
border-color css
<style>
span { border-color: #DBCB08; }
span { border-color: rgb(219,203,8); }
td.TdClassName
{
border-color: #DBCB08;
}
.TagClassName
{
border-color: #DBCB08;
}
</style>