Shades of Bird Flower #D7BD0B
Tints of Bird Flower #D7BD0B
RGB
CMYK
RGB Variations
Color information
#D7BD0B (or 0xD7BD0B) is known color: Bird Flower. HEX triplet: D7, BD and 0B. RGB value is (215,189,11). Sum of RGB (Red+Green+Blue) = 215+189+11=415 (54% of max value = 765). Red value is 215 (84.38% from 255 or 51.81% from 415); Green value is 189 (74.22% from 255 or 45.54% from 415); Blue value is 11 (4.69% from 255 or 2.65% from 415); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BD0B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D7BD0B is #2842F4. Grayscale: #B1B1B1. Windows color (decimal): -2638581 or 769495. OLE color: 769495.
HSL color Cylindrical-coordinate representation of color #D7BD0B: hue angle of 52.35º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D7BD0B is Cyan = 0, Magento = 0.12, Yellow = 0.95 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 189 | 11 | - |
| CMYK | 0 | 0.12 | 0.95 | 0.16 |
| HSL | 52.35º | 0.9% | 0.44% | - |
| HSV(B) | 52.35º | 0.95% | 0.84% | - |
| XYZ | 46.28 | 50.87 | 7.7 | - |
| YUV | 176.48 | 34.61 | 155.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 189 | 11 | 0 | 0.12 | 0.95 | 0.16 | 52.35 | 0.9 | 0.44 |
| Hex | D7 | BD | B | 0 | C | 5F | 10 | 34 | 5A | 2C |
| Octal | 327 | 275 | 13 | 0 | 14 | 137 | 20 | 64 | 132 | 54 |
| Binary | 11010111 | 10111101 | 1011 | 0 | 1100 | 1011111 | 10000 | 110100 | 1011010 | 101100 |
Color Harmonies of #D7BD0B
Complementary color
Monochromatic Colors of #D7BD0B
Black with #D7BD0B
Text Example
Text Example
White with #D7BD0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7BD0B; }
p { color: rgb(215,189,11); }
H1.HeaderClassName
{
color: #D7BD0B;
}
.AnyTagClassName
{
color: #D7BD0B;
}
</style>
background-color css
<style>
a { background-color: #D7BD0B; }
a { background-color: rgb(215,189,11); }
div.DivClassName
{
background-color: #D7BD0B;
}
.BgClassName
{
background-color: #D7BD0B;
}
</style>
border-color css
<style>
span { border-color: #D7BD0B; }
span { border-color: rgb(215,189,11); }
td.TdClassName
{
border-color: #D7BD0B;
}
.TagClassName
{
border-color: #D7BD0B;
}
</style>