Shades of Bird Flower #D0B600
Tints of Bird Flower #D0B600
RGB
CMYK
RGB Variations
Color information
#D0B600 (or 0xD0B600) is known color: Bird Flower. HEX triplet: D0, B6 and 00. RGB value is (208,182,0). Sum of RGB (Red+Green+Blue) = 208+182+0=390 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.33% from 390); Green value is 182 (71.48% from 255 or 46.67% from 390); Blue value is 0 (0.39% from 255 or 0% from 390); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B600 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0B600 is #2F49FF. Grayscale: #A9A9A9. Windows color (decimal): -3099136 or 46800. OLE color: 46800.
HSL color Cylindrical-coordinate representation of color #D0B600: hue angle of 52.5º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D0B600 is Cyan = 0, Magento = 0.12, Yellow = 1 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 182 | 0 | - |
| CMYK | 0 | 0.12 | 1 | 0.18 |
| HSL | 52.5º | 1% | 0.41% | - |
| HSV(B) | 52.5º | 1% | 0.82% | - |
| XYZ | 42.74 | 46.87 | 6.79 | - |
| YUV | 169.03 | 32.61 | 155.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 182 | 0 | 0 | 0.12 | 1 | 0.18 | 52.5 | 1 | 0.41 |
| Hex | D0 | B6 | 0 | 0 | C | 64 | 12 | 34 | 64 | 29 |
| Octal | 320 | 266 | 0 | 0 | 14 | 144 | 22 | 64 | 144 | 51 |
| Binary | 11010000 | 10110110 | 0 | 0 | 1100 | 1100100 | 10010 | 110100 | 1100100 | 101001 |
Color Harmonies of #D0B600
Complementary color
Monochromatic Colors of #D0B600
Black with #D0B600
Text Example
Text Example
White with #D0B600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0B600; }
p { color: rgb(208,182,0); }
H1.HeaderClassName
{
color: #D0B600;
}
.AnyTagClassName
{
color: #D0B600;
}
</style>
background-color css
<style>
a { background-color: #D0B600; }
a { background-color: rgb(208,182,0); }
div.DivClassName
{
background-color: #D0B600;
}
.BgClassName
{
background-color: #D0B600;
}
</style>
border-color css
<style>
span { border-color: #D0B600; }
span { border-color: rgb(208,182,0); }
td.TdClassName
{
border-color: #D0B600;
}
.TagClassName
{
border-color: #D0B600;
}
</style>