Shades of Bird Flower #DBCC07
Tints of Bird Flower #DBCC07
RGB
CMYK
RGB Variations
Color information
#DBCC07 (or 0xDBCC07) is known color: Bird Flower. HEX triplet: DB, CC and 07. RGB value is (219,204,7). Sum of RGB (Red+Green+Blue) = 219+204+7=430 (56% of max value = 765). Red value is 219 (85.94% from 255 or 50.93% from 430); Green value is 204 (80.08% from 255 or 47.44% from 430); Blue value is 7 (3.12% from 255 or 1.63% from 430); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCC07 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBCC07 is #2433F8. Grayscale: #BABABA. Windows color (decimal): -2372601 or 511195. OLE color: 511195.
HSL color Cylindrical-coordinate representation of color #DBCC07: hue angle of 55.75º degrees, saturation: 0.94, 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 #DBCC07 is Cyan = 0, Magento = 0.07, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 204 | 7 | - |
| CMYK | 0 | 0.07 | 0.97 | 0.14 |
| HSL | 55.75º | 0.94% | 0.44% | - |
| HSV(B) | 55.75º | 0.97% | 0.86% | - |
| XYZ | 50.84 | 58.26 | 8.77 | - |
| YUV | 186.03 | 26.97 | 151.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 204 | 7 | 0 | 0.07 | 0.97 | 0.14 | 55.75 | 0.94 | 0.44 |
| Hex | DB | CC | 7 | 0 | 7 | 61 | E | 38 | 5E | 2C |
| Octal | 333 | 314 | 7 | 0 | 7 | 141 | 16 | 70 | 136 | 54 |
| Binary | 11011011 | 11001100 | 111 | 0 | 111 | 1100001 | 1110 | 111000 | 1011110 | 101100 |
Color Harmonies of #DBCC07
Complementary color
Monochromatic Colors of #DBCC07
Black with #DBCC07
Text Example
Text Example
White with #DBCC07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCC07; }
p { color: rgb(219,204,7); }
H1.HeaderClassName
{
color: #DBCC07;
}
.AnyTagClassName
{
color: #DBCC07;
}
</style>
background-color css
<style>
a { background-color: #DBCC07; }
a { background-color: rgb(219,204,7); }
div.DivClassName
{
background-color: #DBCC07;
}
.BgClassName
{
background-color: #DBCC07;
}
</style>
border-color css
<style>
span { border-color: #DBCC07; }
span { border-color: rgb(219,204,7); }
td.TdClassName
{
border-color: #DBCC07;
}
.TagClassName
{
border-color: #DBCC07;
}
</style>