Shades of Bird Flower #D1B90D
Tints of Bird Flower #D1B90D
RGB
CMYK
RGB Variations
Color information
#D1B90D (or 0xD1B90D) is known color: Bird Flower. HEX triplet: D1, B9 and 0D. RGB value is (209,185,13). Sum of RGB (Red+Green+Blue) = 209+185+13=407 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.35% from 407); Green value is 185 (72.66% from 255 or 45.45% from 407); Blue value is 13 (5.47% from 255 or 3.19% from 407); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B90D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D1B90D is #2E46F2. Grayscale: #ADADAD. Windows color (decimal): -3032819 or 899537. OLE color: 899537.
HSL color Cylindrical-coordinate representation of color #D1B90D: hue angle of 52.65º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D1B90D is Cyan = 0, Magento = 0.11, Yellow = 0.94 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 185 | 13 | - |
| CMYK | 0 | 0.11 | 0.94 | 0.18 |
| HSL | 52.65º | 0.88% | 0.44% | - |
| HSV(B) | 52.65º | 0.94% | 0.82% | - |
| XYZ | 43.72 | 48.28 | 7.4 | - |
| YUV | 172.57 | 37.95 | 153.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 185 | 13 | 0 | 0.11 | 0.94 | 0.18 | 52.65 | 0.88 | 0.44 |
| Hex | D1 | B9 | D | 0 | B | 5E | 12 | 35 | 58 | 2C |
| Octal | 321 | 271 | 15 | 0 | 13 | 136 | 22 | 65 | 130 | 54 |
| Binary | 11010001 | 10111001 | 1101 | 0 | 1011 | 1011110 | 10010 | 110101 | 1011000 | 101100 |
Color Harmonies of #D1B90D
Complementary color
Monochromatic Colors of #D1B90D
Black with #D1B90D
Text Example
Text Example
White with #D1B90D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1B90D; }
p { color: rgb(209,185,13); }
H1.HeaderClassName
{
color: #D1B90D;
}
.AnyTagClassName
{
color: #D1B90D;
}
</style>
background-color css
<style>
a { background-color: #D1B90D; }
a { background-color: rgb(209,185,13); }
div.DivClassName
{
background-color: #D1B90D;
}
.BgClassName
{
background-color: #D1B90D;
}
</style>
border-color css
<style>
span { border-color: #D1B90D; }
span { border-color: rgb(209,185,13); }
td.TdClassName
{
border-color: #D1B90D;
}
.TagClassName
{
border-color: #D1B90D;
}
</style>