Shades of Bird Flower #D0B308
Tints of Bird Flower #D0B308
RGB
CMYK
RGB Variations
Color information
#D0B308 (or 0xD0B308) is known color: Bird Flower. HEX triplet: D0, B3 and 08. RGB value is (208,179,8). Sum of RGB (Red+Green+Blue) = 208+179+8=395 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.66% from 395); Green value is 179 (70.31% from 255 or 45.32% from 395); Blue value is 8 (3.52% from 255 or 2.03% from 395); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B308 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0B308 is #2F4CF7. Grayscale: #A8A8A8. Windows color (decimal): -3099896 or 570320. OLE color: 570320.
HSL color Cylindrical-coordinate representation of color #D0B308: hue angle of 51.3º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D0B308 is Cyan = 0, Magento = 0.14, Yellow = 0.96 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 179 | 8 | - |
| CMYK | 0 | 0.14 | 0.96 | 0.18 |
| HSL | 51.3º | 0.93% | 0.42% | - |
| HSV(B) | 51.3º | 0.96% | 0.82% | - |
| XYZ | 42.18 | 45.67 | 6.82 | - |
| YUV | 168.18 | 37.61 | 156.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 179 | 8 | 0 | 0.14 | 0.96 | 0.18 | 51.3 | 0.93 | 0.42 |
| Hex | D0 | B3 | 8 | 0 | E | 60 | 12 | 33 | 5D | 2A |
| Octal | 320 | 263 | 10 | 0 | 16 | 140 | 22 | 63 | 135 | 52 |
| Binary | 11010000 | 10110011 | 1000 | 0 | 1110 | 1100000 | 10010 | 110011 | 1011101 | 101010 |
Color Harmonies of #D0B308
Complementary color
Monochromatic Colors of #D0B308
Black with #D0B308
Text Example
Text Example
White with #D0B308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0B308; }
p { color: rgb(208,179,8); }
H1.HeaderClassName
{
color: #D0B308;
}
.AnyTagClassName
{
color: #D0B308;
}
</style>
background-color css
<style>
a { background-color: #D0B308; }
a { background-color: rgb(208,179,8); }
div.DivClassName
{
background-color: #D0B308;
}
.BgClassName
{
background-color: #D0B308;
}
</style>
border-color css
<style>
span { border-color: #D0B308; }
span { border-color: rgb(208,179,8); }
td.TdClassName
{
border-color: #D0B308;
}
.TagClassName
{
border-color: #D0B308;
}
</style>