Shades of Bird Flower #D1B906
Tints of Bird Flower #D1B906
RGB
CMYK
RGB Variations
Color information
#D1B906 (or 0xD1B906) is known color: Bird Flower. HEX triplet: D1, B9 and 06. RGB value is (209,185,6). Sum of RGB (Red+Green+Blue) = 209+185+6=400 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.25% from 400); Green value is 185 (72.66% from 255 or 46.25% from 400); Blue value is 6 (2.73% from 255 or 1.5% from 400); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B906 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D1B906 is #2E46F9. Grayscale: #ACACAC. Windows color (decimal): -3032826 or 440785. OLE color: 440785.
HSL color Cylindrical-coordinate representation of color #D1B906: hue angle of 52.91º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D1B906 is Cyan = 0, Magento = 0.11, Yellow = 0.97 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 185 | 6 | - |
| CMYK | 0 | 0.11 | 0.97 | 0.18 |
| HSL | 52.91º | 0.94% | 0.42% | - |
| HSV(B) | 52.91º | 0.97% | 0.82% | - |
| XYZ | 43.68 | 48.27 | 7.19 | - |
| YUV | 171.77 | 34.45 | 154.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 185 | 6 | 0 | 0.11 | 0.97 | 0.18 | 52.91 | 0.94 | 0.42 |
| Hex | D1 | B9 | 6 | 0 | B | 61 | 12 | 35 | 5E | 2A |
| Octal | 321 | 271 | 6 | 0 | 13 | 141 | 22 | 65 | 136 | 52 |
| Binary | 11010001 | 10111001 | 110 | 0 | 1011 | 1100001 | 10010 | 110101 | 1011110 | 101010 |
Color Harmonies of #D1B906
Complementary color
Monochromatic Colors of #D1B906
Black with #D1B906
Text Example
Text Example
White with #D1B906
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1B906; }
p { color: rgb(209,185,6); }
H1.HeaderClassName
{
color: #D1B906;
}
.AnyTagClassName
{
color: #D1B906;
}
</style>
background-color css
<style>
a { background-color: #D1B906; }
a { background-color: rgb(209,185,6); }
div.DivClassName
{
background-color: #D1B906;
}
.BgClassName
{
background-color: #D1B906;
}
</style>
border-color css
<style>
span { border-color: #D1B906; }
span { border-color: rgb(209,185,6); }
td.TdClassName
{
border-color: #D1B906;
}
.TagClassName
{
border-color: #D1B906;
}
</style>