Shades of Bird Flower #D2B911
Tints of Bird Flower #D2B911
RGB
CMYK
RGB Variations
Color information
#D2B911 (or 0xD2B911) is known color: Bird Flower. HEX triplet: D2, B9 and 11. RGB value is (210,185,17). Sum of RGB (Red+Green+Blue) = 210+185+17=412 (54% of max value = 765). Red value is 210 (82.42% from 255 or 50.97% from 412); Green value is 185 (72.66% from 255 or 44.90% from 412); Blue value is 17 (7.03% from 255 or 4.13% from 412); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B911 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D2B911 is #2D46EE. Grayscale: #AEAEAE. Windows color (decimal): -2967279 or 1161682. OLE color: 1161682.
HSL color Cylindrical-coordinate representation of color #D2B911: hue angle of 52.23º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D2B911 is Cyan = 0, Magento = 0.12, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 185 | 17 | - |
| CMYK | 0 | 0.12 | 0.92 | 0.18 |
| HSL | 52.23º | 0.85% | 0.45% | - |
| HSV(B) | 52.23º | 0.92% | 0.82% | - |
| XYZ | 44.03 | 48.44 | 7.56 | - |
| YUV | 173.32 | 39.78 | 154.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 185 | 17 | 0 | 0.12 | 0.92 | 0.18 | 52.23 | 0.85 | 0.45 |
| Hex | D2 | B9 | 11 | 0 | C | 5C | 12 | 34 | 55 | 2D |
| Octal | 322 | 271 | 21 | 0 | 14 | 134 | 22 | 64 | 125 | 55 |
| Binary | 11010010 | 10111001 | 10001 | 0 | 1100 | 1011100 | 10010 | 110100 | 1010101 | 101101 |
Color Harmonies of #D2B911
Complementary color
Monochromatic Colors of #D2B911
Black with #D2B911
Text Example
Text Example
White with #D2B911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B911; }
p { color: rgb(210,185,17); }
H1.HeaderClassName
{
color: #D2B911;
}
.AnyTagClassName
{
color: #D2B911;
}
</style>
background-color css
<style>
a { background-color: #D2B911; }
a { background-color: rgb(210,185,17); }
div.DivClassName
{
background-color: #D2B911;
}
.BgClassName
{
background-color: #D2B911;
}
</style>
border-color css
<style>
span { border-color: #D2B911; }
span { border-color: rgb(210,185,17); }
td.TdClassName
{
border-color: #D2B911;
}
.TagClassName
{
border-color: #D2B911;
}
</style>