Shades of Bird Flower #D0B60E
Tints of Bird Flower #D0B60E
RGB
CMYK
RGB Variations
Color information
#D0B60E (or 0xD0B60E) is known color: Bird Flower. HEX triplet: D0, B6 and 0E. RGB value is (208,182,14). Sum of RGB (Red+Green+Blue) = 208+182+14=404 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.49% from 404); Green value is 182 (71.48% from 255 or 45.05% from 404); Blue value is 14 (5.86% from 255 or 3.47% from 404); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B60E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0B60E is #2F49F1. Grayscale: #ABABAB. Windows color (decimal): -3099122 or 964304. OLE color: 964304.
HSL color Cylindrical-coordinate representation of color #D0B60E: hue angle of 51.96º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D0B60E is Cyan = 0, Magento = 0.12, Yellow = 0.93 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 182 | 14 | - |
| CMYK | 0 | 0.12 | 0.93 | 0.18 |
| HSL | 51.96º | 0.87% | 0.44% | - |
| HSV(B) | 51.96º | 0.93% | 0.82% | - |
| XYZ | 42.82 | 46.9 | 7.21 | - |
| YUV | 170.62 | 39.61 | 154.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 182 | 14 | 0 | 0.12 | 0.93 | 0.18 | 51.96 | 0.87 | 0.44 |
| Hex | D0 | B6 | E | 0 | C | 5D | 12 | 34 | 57 | 2C |
| Octal | 320 | 266 | 16 | 0 | 14 | 135 | 22 | 64 | 127 | 54 |
| Binary | 11010000 | 10110110 | 1110 | 0 | 1100 | 1011101 | 10010 | 110100 | 1010111 | 101100 |
Color Harmonies of #D0B60E
Complementary color
Monochromatic Colors of #D0B60E
Black with #D0B60E
Text Example
Text Example
White with #D0B60E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0B60E; }
p { color: rgb(208,182,14); }
H1.HeaderClassName
{
color: #D0B60E;
}
.AnyTagClassName
{
color: #D0B60E;
}
</style>
background-color css
<style>
a { background-color: #D0B60E; }
a { background-color: rgb(208,182,14); }
div.DivClassName
{
background-color: #D0B60E;
}
.BgClassName
{
background-color: #D0B60E;
}
</style>
border-color css
<style>
span { border-color: #D0B60E; }
span { border-color: rgb(208,182,14); }
td.TdClassName
{
border-color: #D0B60E;
}
.TagClassName
{
border-color: #D0B60E;
}
</style>