Shades of Bird Flower #DBCB06
Tints of Bird Flower #DBCB06
RGB
CMYK
RGB Variations
Color information
#DBCB06 (or 0xDBCB06) is known color: Bird Flower. HEX triplet: DB, CB and 06. RGB value is (219,203,6). Sum of RGB (Red+Green+Blue) = 219+203+6=428 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.17% from 428); Green value is 203 (79.69% from 255 or 47.43% from 428); Blue value is 6 (2.73% from 255 or 1.40% from 428); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCB06 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBCB06 is #2434F9. Grayscale: #BABABA. Windows color (decimal): -2372858 or 445403. OLE color: 445403.
HSL color Cylindrical-coordinate representation of color #DBCB06: hue angle of 55.49º degrees, saturation: 0.95, 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 #DBCB06 is Cyan = 0, Magento = 0.07, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 203 | 6 | - |
| CMYK | 0 | 0.07 | 0.97 | 0.14 |
| HSL | 55.49º | 0.95% | 0.44% | - |
| HSV(B) | 55.49º | 0.97% | 0.86% | - |
| XYZ | 50.6 | 57.79 | 8.66 | - |
| YUV | 185.33 | 26.8 | 152.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 203 | 6 | 0 | 0.07 | 0.97 | 0.14 | 55.49 | 0.95 | 0.44 |
| Hex | DB | CB | 6 | 0 | 7 | 61 | E | 37 | 5F | 2C |
| Octal | 333 | 313 | 6 | 0 | 7 | 141 | 16 | 67 | 137 | 54 |
| Binary | 11011011 | 11001011 | 110 | 0 | 111 | 1100001 | 1110 | 110111 | 1011111 | 101100 |
Color Harmonies of #DBCB06
Complementary color
Monochromatic Colors of #DBCB06
Black with #DBCB06
Text Example
Text Example
White with #DBCB06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCB06; }
p { color: rgb(219,203,6); }
H1.HeaderClassName
{
color: #DBCB06;
}
.AnyTagClassName
{
color: #DBCB06;
}
</style>
background-color css
<style>
a { background-color: #DBCB06; }
a { background-color: rgb(219,203,6); }
div.DivClassName
{
background-color: #DBCB06;
}
.BgClassName
{
background-color: #DBCB06;
}
</style>
border-color css
<style>
span { border-color: #DBCB06; }
span { border-color: rgb(219,203,6); }
td.TdClassName
{
border-color: #DBCB06;
}
.TagClassName
{
border-color: #DBCB06;
}
</style>