Shades of Bird Flower #D0BF07
Tints of Bird Flower #D0BF07
RGB
CMYK
RGB Variations
Color information
#D0BF07 (or 0xD0BF07) is known color: Bird Flower. HEX triplet: D0, BF and 07. RGB value is (208,191,7). Sum of RGB (Red+Green+Blue) = 208+191+7=406 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.23% from 406); Green value is 191 (75% from 255 or 47.04% from 406); Blue value is 7 (3.12% from 255 or 1.72% from 406); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BF07 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0BF07 is #2F40F8. Grayscale: #AFAFAF. Windows color (decimal): -3096825 or 507856. OLE color: 507856.
HSL color Cylindrical-coordinate representation of color #D0BF07: hue angle of 54.93º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D0BF07 is Cyan = 0, Magento = 0.08, Yellow = 0.97 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 191 | 7 | - |
| CMYK | 0 | 0.08 | 0.97 | 0.18 |
| HSL | 54.93º | 0.93% | 0.42% | - |
| HSV(B) | 54.93º | 0.97% | 0.82% | - |
| XYZ | 44.68 | 50.69 | 7.63 | - |
| YUV | 175.11 | 33.13 | 151.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 191 | 7 | 0 | 0.08 | 0.97 | 0.18 | 54.93 | 0.93 | 0.42 |
| Hex | D0 | BF | 7 | 0 | 8 | 61 | 12 | 37 | 5D | 2A |
| Octal | 320 | 277 | 7 | 0 | 10 | 141 | 22 | 67 | 135 | 52 |
| Binary | 11010000 | 10111111 | 111 | 0 | 1000 | 1100001 | 10010 | 110111 | 1011101 | 101010 |
Color Harmonies of #D0BF07
Complementary color
Monochromatic Colors of #D0BF07
Black with #D0BF07
Text Example
Text Example
White with #D0BF07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BF07; }
p { color: rgb(208,191,7); }
H1.HeaderClassName
{
color: #D0BF07;
}
.AnyTagClassName
{
color: #D0BF07;
}
</style>
background-color css
<style>
a { background-color: #D0BF07; }
a { background-color: rgb(208,191,7); }
div.DivClassName
{
background-color: #D0BF07;
}
.BgClassName
{
background-color: #D0BF07;
}
</style>
border-color css
<style>
span { border-color: #D0BF07; }
span { border-color: rgb(208,191,7); }
td.TdClassName
{
border-color: #D0BF07;
}
.TagClassName
{
border-color: #D0BF07;
}
</style>