Shades of Bird Flower #D1B903
Tints of Bird Flower #D1B903
RGB
CMYK
RGB Variations
Color information
#D1B903 (or 0xD1B903) is known color: Bird Flower. HEX triplet: D1, B9 and 03. RGB value is (209,185,3). Sum of RGB (Red+Green+Blue) = 209+185+3=397 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.64% from 397); Green value is 185 (72.66% from 255 or 46.60% from 397); Blue value is 3 (1.56% from 255 or 0.76% from 397); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B903 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D1B903 is #2E46FC. Grayscale: #ACACAC. Windows color (decimal): -3032829 or 244177. OLE color: 244177.
HSL color Cylindrical-coordinate representation of color #D1B903: hue angle of 53.01º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D1B903 is Cyan = 0, Magento = 0.11, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 185 | 3 | - |
| CMYK | 0 | 0.11 | 0.99 | 0.18 |
| HSL | 53.01º | 0.97% | 0.42% | - |
| HSV(B) | 53.01º | 0.99% | 0.82% | - |
| XYZ | 43.66 | 48.26 | 7.1 | - |
| YUV | 171.43 | 32.95 | 154.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 185 | 3 | 0 | 0.11 | 0.99 | 0.18 | 53.01 | 0.97 | 0.42 |
| Hex | D1 | B9 | 3 | 0 | B | 63 | 12 | 35 | 61 | 2A |
| Octal | 321 | 271 | 3 | 0 | 13 | 143 | 22 | 65 | 141 | 52 |
| Binary | 11010001 | 10111001 | 11 | 0 | 1011 | 1100011 | 10010 | 110101 | 1100001 | 101010 |
Color Harmonies of #D1B903
Complementary color
Monochromatic Colors of #D1B903
Black with #D1B903
Text Example
Text Example
White with #D1B903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1B903; }
p { color: rgb(209,185,3); }
H1.HeaderClassName
{
color: #D1B903;
}
.AnyTagClassName
{
color: #D1B903;
}
</style>
background-color css
<style>
a { background-color: #D1B903; }
a { background-color: rgb(209,185,3); }
div.DivClassName
{
background-color: #D1B903;
}
.BgClassName
{
background-color: #D1B903;
}
</style>
border-color css
<style>
span { border-color: #D1B903; }
span { border-color: rgb(209,185,3); }
td.TdClassName
{
border-color: #D1B903;
}
.TagClassName
{
border-color: #D1B903;
}
</style>