Shades of Bird Flower #D1B900
Tints of Bird Flower #D1B900
RGB
CMYK
RGB Variations
Color information
#D1B900 (or 0xD1B900) is known color: Bird Flower. HEX triplet: D1, B9 and 00. RGB value is (209,185,0). Sum of RGB (Red+Green+Blue) = 209+185+0=394 (52% of max value = 765). Red value is 209 (82.03% from 255 or 53.05% from 394); Green value is 185 (72.66% from 255 or 46.95% from 394); Blue value is 0 (0.39% from 255 or 0% from 394); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B900 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D1B900 is #2E46FF. Grayscale: #ABABAB. Windows color (decimal): -3032832 or 47569. OLE color: 47569.
HSL color Cylindrical-coordinate representation of color #D1B900: hue angle of 53.11º 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 #D1B900 is Cyan = 0, Magento = 0.11, Yellow = 1 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 185 | 0 | - |
| CMYK | 0 | 0.11 | 1 | 0.18 |
| HSL | 53.11º | 1% | 0.41% | - |
| HSV(B) | 53.11º | 1% | 0.82% | - |
| XYZ | 43.64 | 48.25 | 7.01 | - |
| YUV | 171.09 | 31.45 | 155.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 185 | 0 | 0 | 0.11 | 1 | 0.18 | 53.11 | 1 | 0.41 |
| Hex | D1 | B9 | 0 | 0 | B | 64 | 12 | 35 | 64 | 29 |
| Octal | 321 | 271 | 0 | 0 | 13 | 144 | 22 | 65 | 144 | 51 |
| Binary | 11010001 | 10111001 | 0 | 0 | 1011 | 1100100 | 10010 | 110101 | 1100100 | 101001 |
Color Harmonies of #D1B900
Complementary color
Monochromatic Colors of #D1B900
Black with #D1B900
Text Example
Text Example
White with #D1B900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1B900; }
p { color: rgb(209,185,0); }
H1.HeaderClassName
{
color: #D1B900;
}
.AnyTagClassName
{
color: #D1B900;
}
</style>
background-color css
<style>
a { background-color: #D1B900; }
a { background-color: rgb(209,185,0); }
div.DivClassName
{
background-color: #D1B900;
}
.BgClassName
{
background-color: #D1B900;
}
</style>
border-color css
<style>
span { border-color: #D1B900; }
span { border-color: rgb(209,185,0); }
td.TdClassName
{
border-color: #D1B900;
}
.TagClassName
{
border-color: #D1B900;
}
</style>