Shades of Bird Flower #D2BC1F
Tints of Bird Flower #D2BC1F
RGB
CMYK
RGB Variations
Color information
#D2BC1F (or 0xD2BC1F) is known color: Bird Flower. HEX triplet: D2, BC and 1F. RGB value is (210,188,31). Sum of RGB (Red+Green+Blue) = 210+188+31=429 (56% of max value = 765). Red value is 210 (82.42% from 255 or 48.95% from 429); Green value is 188 (73.83% from 255 or 43.82% from 429); Blue value is 31 (12.5% from 255 or 7.23% from 429); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BC1F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2BC1F is #2D43E0. Grayscale: #B1B1B1. Windows color (decimal): -2966497 or 2079954. OLE color: 2079954.
HSL color Cylindrical-coordinate representation of color #D2BC1F: hue angle of 52.63º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D2BC1F is Cyan = 0, Magento = 0.10, Yellow = 0.85 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 188 | 31 | - |
| CMYK | 0 | 0.10 | 0.85 | 0.18 |
| HSL | 52.63º | 0.74% | 0.47% | - |
| HSV(B) | 52.63º | 0.85% | 0.82% | - |
| XYZ | 44.81 | 49.77 | 8.54 | - |
| YUV | 176.68 | 45.79 | 151.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 188 | 31 | 0 | 0.10 | 0.85 | 0.18 | 52.63 | 0.74 | 0.47 |
| Hex | D2 | BC | 1F | 0 | A | 55 | 12 | 35 | 4A | 2F |
| Octal | 322 | 274 | 37 | 0 | 12 | 125 | 22 | 65 | 112 | 57 |
| Binary | 11010010 | 10111100 | 11111 | 0 | 1010 | 1010101 | 10010 | 110101 | 1001010 | 101111 |
Color Harmonies of #D2BC1F
Complementary color
Monochromatic Colors of #D2BC1F
Black with #D2BC1F
Text Example
Text Example
White with #D2BC1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2BC1F; }
p { color: rgb(210,188,31); }
H1.HeaderClassName
{
color: #D2BC1F;
}
.AnyTagClassName
{
color: #D2BC1F;
}
</style>
background-color css
<style>
a { background-color: #D2BC1F; }
a { background-color: rgb(210,188,31); }
div.DivClassName
{
background-color: #D2BC1F;
}
.BgClassName
{
background-color: #D2BC1F;
}
</style>
border-color css
<style>
span { border-color: #D2BC1F; }
span { border-color: rgb(210,188,31); }
td.TdClassName
{
border-color: #D2BC1F;
}
.TagClassName
{
border-color: #D2BC1F;
}
</style>