Shades of Bird Flower #D0B307
Tints of Bird Flower #D0B307
RGB
CMYK
RGB Variations
Color information
#D0B307 (or 0xD0B307) is known color: Bird Flower. HEX triplet: D0, B3 and 07. RGB value is (208,179,7). Sum of RGB (Red+Green+Blue) = 208+179+7=394 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.79% from 394); Green value is 179 (70.31% from 255 or 45.43% from 394); Blue value is 7 (3.12% from 255 or 1.78% from 394); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B307 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0B307 is #2F4CF8. Grayscale: #A8A8A8. Windows color (decimal): -3099897 or 504784. OLE color: 504784.
HSL color Cylindrical-coordinate representation of color #D0B307: hue angle of 51.34º 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 #D0B307 is Cyan = 0, Magento = 0.14, Yellow = 0.97 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 179 | 7 | - |
| CMYK | 0 | 0.14 | 0.97 | 0.18 |
| HSL | 51.34º | 0.93% | 0.42% | - |
| HSV(B) | 51.34º | 0.97% | 0.82% | - |
| XYZ | 42.17 | 45.67 | 6.79 | - |
| YUV | 168.06 | 37.11 | 156.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 179 | 7 | 0 | 0.14 | 0.97 | 0.18 | 51.34 | 0.93 | 0.42 |
| Hex | D0 | B3 | 7 | 0 | E | 61 | 12 | 33 | 5D | 2A |
| Octal | 320 | 263 | 7 | 0 | 16 | 141 | 22 | 63 | 135 | 52 |
| Binary | 11010000 | 10110011 | 111 | 0 | 1110 | 1100001 | 10010 | 110011 | 1011101 | 101010 |
Color Harmonies of #D0B307
Complementary color
Monochromatic Colors of #D0B307
Black with #D0B307
Text Example
Text Example
White with #D0B307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0B307; }
p { color: rgb(208,179,7); }
H1.HeaderClassName
{
color: #D0B307;
}
.AnyTagClassName
{
color: #D0B307;
}
</style>
background-color css
<style>
a { background-color: #D0B307; }
a { background-color: rgb(208,179,7); }
div.DivClassName
{
background-color: #D0B307;
}
.BgClassName
{
background-color: #D0B307;
}
</style>
border-color css
<style>
span { border-color: #D0B307; }
span { border-color: rgb(208,179,7); }
td.TdClassName
{
border-color: #D0B307;
}
.TagClassName
{
border-color: #D0B307;
}
</style>