Shades of Bird Flower #D2BD0E
Tints of Bird Flower #D2BD0E
RGB
CMYK
RGB Variations
Color information
#D2BD0E (or 0xD2BD0E) is known color: Bird Flower. HEX triplet: D2, BD and 0E. RGB value is (210,189,14). Sum of RGB (Red+Green+Blue) = 210+189+14=413 (54% of max value = 765). Red value is 210 (82.42% from 255 or 50.85% from 413); Green value is 189 (74.22% from 255 or 45.76% from 413); Blue value is 14 (5.86% from 255 or 3.39% from 413); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BD0E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D2BD0E is #2D42F1. Grayscale: #B0B0B0. Windows color (decimal): -2966258 or 966098. OLE color: 966098.
HSL color Cylindrical-coordinate representation of color #D2BD0E: hue angle of 53.57º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D2BD0E is Cyan = 0, Magento = 0.10, Yellow = 0.93 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 189 | 14 | - |
| CMYK | 0 | 0.10 | 0.93 | 0.18 |
| HSL | 53.57º | 0.88% | 0.44% | - |
| HSV(B) | 53.57º | 0.93% | 0.82% | - |
| XYZ | 44.86 | 50.13 | 7.73 | - |
| YUV | 175.33 | 36.96 | 152.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 189 | 14 | 0 | 0.10 | 0.93 | 0.18 | 53.57 | 0.88 | 0.44 |
| Hex | D2 | BD | E | 0 | A | 5D | 12 | 36 | 58 | 2C |
| Octal | 322 | 275 | 16 | 0 | 12 | 135 | 22 | 66 | 130 | 54 |
| Binary | 11010010 | 10111101 | 1110 | 0 | 1010 | 1011101 | 10010 | 110110 | 1011000 | 101100 |
Color Harmonies of #D2BD0E
Complementary color
Monochromatic Colors of #D2BD0E
Black with #D2BD0E
Text Example
Text Example
White with #D2BD0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2BD0E; }
p { color: rgb(210,189,14); }
H1.HeaderClassName
{
color: #D2BD0E;
}
.AnyTagClassName
{
color: #D2BD0E;
}
</style>
background-color css
<style>
a { background-color: #D2BD0E; }
a { background-color: rgb(210,189,14); }
div.DivClassName
{
background-color: #D2BD0E;
}
.BgClassName
{
background-color: #D2BD0E;
}
</style>
border-color css
<style>
span { border-color: #D2BD0E; }
span { border-color: rgb(210,189,14); }
td.TdClassName
{
border-color: #D2BD0E;
}
.TagClassName
{
border-color: #D2BD0E;
}
</style>