Shades of Bird Flower #D0BD0B
Tints of Bird Flower #D0BD0B
RGB
CMYK
RGB Variations
Color information
#D0BD0B (or 0xD0BD0B) is known color: Bird Flower. HEX triplet: D0, BD and 0B. RGB value is (208,189,11). Sum of RGB (Red+Green+Blue) = 208+189+11=408 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.98% from 408); Green value is 189 (74.22% from 255 or 46.32% from 408); Blue value is 11 (4.69% from 255 or 2.70% from 408); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BD0B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0BD0B is #2F42F4. Grayscale: #AFAFAF. Windows color (decimal): -3097333 or 769488. OLE color: 769488.
HSL color Cylindrical-coordinate representation of color #D0BD0B: hue angle of 54.21º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D0BD0B is Cyan = 0, Magento = 0.09, Yellow = 0.95 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 189 | 11 | - |
| CMYK | 0 | 0.09 | 0.95 | 0.18 |
| HSL | 54.21º | 0.9% | 0.43% | - |
| HSV(B) | 54.21º | 0.95% | 0.82% | - |
| XYZ | 44.27 | 49.83 | 7.6 | - |
| YUV | 174.39 | 35.79 | 151.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 189 | 11 | 0 | 0.09 | 0.95 | 0.18 | 54.21 | 0.9 | 0.43 |
| Hex | D0 | BD | B | 0 | 9 | 5F | 12 | 36 | 5A | 2B |
| Octal | 320 | 275 | 13 | 0 | 11 | 137 | 22 | 66 | 132 | 53 |
| Binary | 11010000 | 10111101 | 1011 | 0 | 1001 | 1011111 | 10010 | 110110 | 1011010 | 101011 |
Color Harmonies of #D0BD0B
Complementary color
Monochromatic Colors of #D0BD0B
Black with #D0BD0B
Text Example
Text Example
White with #D0BD0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BD0B; }
p { color: rgb(208,189,11); }
H1.HeaderClassName
{
color: #D0BD0B;
}
.AnyTagClassName
{
color: #D0BD0B;
}
</style>
background-color css
<style>
a { background-color: #D0BD0B; }
a { background-color: rgb(208,189,11); }
div.DivClassName
{
background-color: #D0BD0B;
}
.BgClassName
{
background-color: #D0BD0B;
}
</style>
border-color css
<style>
span { border-color: #D0BD0B; }
span { border-color: rgb(208,189,11); }
td.TdClassName
{
border-color: #D0BD0B;
}
.TagClassName
{
border-color: #D0BD0B;
}
</style>