Shades of Bird Flower #D2BD12
Tints of Bird Flower #D2BD12
RGB
CMYK
RGB Variations
Color information
#D2BD12 (or 0xD2BD12) is known color: Bird Flower. HEX triplet: D2, BD and 12. RGB value is (210,189,18). Sum of RGB (Red+Green+Blue) = 210+189+18=417 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50.36% from 417); Green value is 189 (74.22% from 255 or 45.32% from 417); Blue value is 18 (7.42% from 255 or 4.32% from 417); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BD12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D2BD12 is #2D42ED. Grayscale: #B0B0B0. Windows color (decimal): -2966254 or 1228242. OLE color: 1228242.
HSL color Cylindrical-coordinate representation of color #D2BD12: hue angle of 53.44º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D2BD12 is Cyan = 0, Magento = 0.10, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 189 | 18 | - |
| CMYK | 0 | 0.10 | 0.91 | 0.18 |
| HSL | 53.44º | 0.84% | 0.45% | - |
| HSV(B) | 53.44º | 0.91% | 0.82% | - |
| XYZ | 44.89 | 50.14 | 7.88 | - |
| YUV | 175.79 | 38.96 | 152.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 189 | 18 | 0 | 0.10 | 0.91 | 0.18 | 53.44 | 0.84 | 0.45 |
| Hex | D2 | BD | 12 | 0 | A | 5B | 12 | 35 | 54 | 2D |
| Octal | 322 | 275 | 22 | 0 | 12 | 133 | 22 | 65 | 124 | 55 |
| Binary | 11010010 | 10111101 | 10010 | 0 | 1010 | 1011011 | 10010 | 110101 | 1010100 | 101101 |
Color Harmonies of #D2BD12
Complementary color
Monochromatic Colors of #D2BD12
Black with #D2BD12
Text Example
Text Example
White with #D2BD12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2BD12; }
p { color: rgb(210,189,18); }
H1.HeaderClassName
{
color: #D2BD12;
}
.AnyTagClassName
{
color: #D2BD12;
}
</style>
background-color css
<style>
a { background-color: #D2BD12; }
a { background-color: rgb(210,189,18); }
div.DivClassName
{
background-color: #D2BD12;
}
.BgClassName
{
background-color: #D2BD12;
}
</style>
border-color css
<style>
span { border-color: #D2BD12; }
span { border-color: rgb(210,189,18); }
td.TdClassName
{
border-color: #D2BD12;
}
.TagClassName
{
border-color: #D2BD12;
}
</style>