Shades of Bird Flower #DBCC06
Tints of Bird Flower #DBCC06
RGB
CMYK
RGB Variations
Color information
#DBCC06 (or 0xDBCC06) is known color: Bird Flower. HEX triplet: DB, CC and 06. RGB value is (219,204,6). Sum of RGB (Red+Green+Blue) = 219+204+6=429 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.05% from 429); Green value is 204 (80.08% from 255 or 47.55% from 429); Blue value is 6 (2.73% from 255 or 1.40% from 429); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCC06 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBCC06 is #2433F9. Grayscale: #BABABA. Windows color (decimal): -2372602 or 445659. OLE color: 445659.
HSL color Cylindrical-coordinate representation of color #DBCC06: hue angle of 55.77º 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 #DBCC06 is Cyan = 0, Magento = 0.07, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 204 | 6 | - |
| CMYK | 0 | 0.07 | 0.97 | 0.14 |
| HSL | 55.77º | 0.95% | 0.44% | - |
| HSV(B) | 55.77º | 0.97% | 0.86% | - |
| XYZ | 50.84 | 58.26 | 8.74 | - |
| YUV | 185.91 | 26.47 | 151.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 204 | 6 | 0 | 0.07 | 0.97 | 0.14 | 55.77 | 0.95 | 0.44 |
| Hex | DB | CC | 6 | 0 | 7 | 61 | E | 38 | 5F | 2C |
| Octal | 333 | 314 | 6 | 0 | 7 | 141 | 16 | 70 | 137 | 54 |
| Binary | 11011011 | 11001100 | 110 | 0 | 111 | 1100001 | 1110 | 111000 | 1011111 | 101100 |
Color Harmonies of #DBCC06
Complementary color
Monochromatic Colors of #DBCC06
Black with #DBCC06
Text Example
Text Example
White with #DBCC06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCC06; }
p { color: rgb(219,204,6); }
H1.HeaderClassName
{
color: #DBCC06;
}
.AnyTagClassName
{
color: #DBCC06;
}
</style>
background-color css
<style>
a { background-color: #DBCC06; }
a { background-color: rgb(219,204,6); }
div.DivClassName
{
background-color: #DBCC06;
}
.BgClassName
{
background-color: #DBCC06;
}
</style>
border-color css
<style>
span { border-color: #DBCC06; }
span { border-color: rgb(219,204,6); }
td.TdClassName
{
border-color: #DBCC06;
}
.TagClassName
{
border-color: #DBCC06;
}
</style>