Shades of Bird Flower #D8BC07
Tints of Bird Flower #D8BC07
RGB
CMYK
RGB Variations
Color information
#D8BC07 (or 0xD8BC07) is known color: Bird Flower. HEX triplet: D8, BC and 07. RGB value is (216,188,7). Sum of RGB (Red+Green+Blue) = 216+188+7=411 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.55% from 411); Green value is 188 (73.83% from 255 or 45.74% from 411); Blue value is 7 (3.12% from 255 or 1.70% from 411); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BC07 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D8BC07 is #2743F8. Grayscale: #B0B0B0. Windows color (decimal): -2573305 or 507096. OLE color: 507096.
HSL color Cylindrical-coordinate representation of color #D8BC07: hue angle of 51.96º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D8BC07 is Cyan = 0, Magento = 0.13, Yellow = 0.97 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 188 | 7 | - |
| CMYK | 0 | 0.13 | 0.97 | 0.15 |
| HSL | 51.96º | 0.94% | 0.44% | - |
| HSV(B) | 51.96º | 0.97% | 0.85% | - |
| XYZ | 46.34 | 50.58 | 7.52 | - |
| YUV | 175.74 | 32.78 | 156.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 188 | 7 | 0 | 0.13 | 0.97 | 0.15 | 51.96 | 0.94 | 0.44 |
| Hex | D8 | BC | 7 | 0 | D | 61 | F | 34 | 5E | 2C |
| Octal | 330 | 274 | 7 | 0 | 15 | 141 | 17 | 64 | 136 | 54 |
| Binary | 11011000 | 10111100 | 111 | 0 | 1101 | 1100001 | 1111 | 110100 | 1011110 | 101100 |
Color Harmonies of #D8BC07
Complementary color
Monochromatic Colors of #D8BC07
Black with #D8BC07
Text Example
Text Example
White with #D8BC07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8BC07; }
p { color: rgb(216,188,7); }
H1.HeaderClassName
{
color: #D8BC07;
}
.AnyTagClassName
{
color: #D8BC07;
}
</style>
background-color css
<style>
a { background-color: #D8BC07; }
a { background-color: rgb(216,188,7); }
div.DivClassName
{
background-color: #D8BC07;
}
.BgClassName
{
background-color: #D8BC07;
}
</style>
border-color css
<style>
span { border-color: #D8BC07; }
span { border-color: rgb(216,188,7); }
td.TdClassName
{
border-color: #D8BC07;
}
.TagClassName
{
border-color: #D8BC07;
}
</style>