Shades of Bird Flower #D2B91B
Tints of Bird Flower #D2B91B
RGB
CMYK
RGB Variations
Color information
#D2B91B (or 0xD2B91B) is known color: Bird Flower. HEX triplet: D2, B9 and 1B. RGB value is (210,185,27). Sum of RGB (Red+Green+Blue) = 210+185+27=422 (55% of max value = 765). Red value is 210 (82.42% from 255 or 49.76% from 422); Green value is 185 (72.66% from 255 or 43.84% from 422); Blue value is 27 (10.94% from 255 or 6.40% from 422); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B91B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2B91B is #2D46E4. Grayscale: #AFAFAF. Windows color (decimal): -2967269 or 1817042. OLE color: 1817042.
HSL color Cylindrical-coordinate representation of color #D2B91B: hue angle of 51.8º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D2B91B is Cyan = 0, Magento = 0.12, Yellow = 0.87 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 185 | 27 | - |
| CMYK | 0 | 0.12 | 0.87 | 0.18 |
| HSL | 51.8º | 0.77% | 0.46% | - |
| HSV(B) | 51.8º | 0.87% | 0.82% | - |
| XYZ | 44.13 | 48.48 | 8.07 | - |
| YUV | 174.46 | 44.78 | 153.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 185 | 27 | 0 | 0.12 | 0.87 | 0.18 | 51.8 | 0.77 | 0.46 |
| Hex | D2 | B9 | 1B | 0 | C | 57 | 12 | 34 | 4D | 2E |
| Octal | 322 | 271 | 33 | 0 | 14 | 127 | 22 | 64 | 115 | 56 |
| Binary | 11010010 | 10111001 | 11011 | 0 | 1100 | 1010111 | 10010 | 110100 | 1001101 | 101110 |
Color Harmonies of #D2B91B
Complementary color
Monochromatic Colors of #D2B91B
Black with #D2B91B
Text Example
Text Example
White with #D2B91B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B91B; }
p { color: rgb(210,185,27); }
H1.HeaderClassName
{
color: #D2B91B;
}
.AnyTagClassName
{
color: #D2B91B;
}
</style>
background-color css
<style>
a { background-color: #D2B91B; }
a { background-color: rgb(210,185,27); }
div.DivClassName
{
background-color: #D2B91B;
}
.BgClassName
{
background-color: #D2B91B;
}
</style>
border-color css
<style>
span { border-color: #D2B91B; }
span { border-color: rgb(210,185,27); }
td.TdClassName
{
border-color: #D2B91B;
}
.TagClassName
{
border-color: #D2B91B;
}
</style>