Shades of Bird Flower #D2B80E
Tints of Bird Flower #D2B80E
RGB
CMYK
RGB Variations
Color information
#D2B80E (or 0xD2B80E) is known color: Bird Flower. HEX triplet: D2, B8 and 0E. RGB value is (210,184,14). Sum of RGB (Red+Green+Blue) = 210+184+14=408 (54% of max value = 765). Red value is 210 (82.42% from 255 or 51.47% from 408); Green value is 184 (72.27% from 255 or 45.10% from 408); Blue value is 14 (5.86% from 255 or 3.43% from 408); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B80E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D2B80E is #2D47F1. Grayscale: #ADADAD. Windows color (decimal): -2967538 or 964818. OLE color: 964818.
HSL color Cylindrical-coordinate representation of color #D2B80E: hue angle of 52.04º 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 #D2B80E is Cyan = 0, Magento = 0.12, Yellow = 0.93 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 184 | 14 | - |
| CMYK | 0 | 0.12 | 0.93 | 0.18 |
| HSL | 52.04º | 0.88% | 0.44% | - |
| HSV(B) | 52.04º | 0.93% | 0.82% | - |
| XYZ | 43.8 | 48.01 | 7.37 | - |
| YUV | 172.39 | 38.61 | 154.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 184 | 14 | 0 | 0.12 | 0.93 | 0.18 | 52.04 | 0.88 | 0.44 |
| Hex | D2 | B8 | E | 0 | C | 5D | 12 | 34 | 58 | 2C |
| Octal | 322 | 270 | 16 | 0 | 14 | 135 | 22 | 64 | 130 | 54 |
| Binary | 11010010 | 10111000 | 1110 | 0 | 1100 | 1011101 | 10010 | 110100 | 1011000 | 101100 |
Color Harmonies of #D2B80E
Complementary color
Monochromatic Colors of #D2B80E
Black with #D2B80E
Text Example
Text Example
White with #D2B80E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B80E; }
p { color: rgb(210,184,14); }
H1.HeaderClassName
{
color: #D2B80E;
}
.AnyTagClassName
{
color: #D2B80E;
}
</style>
background-color css
<style>
a { background-color: #D2B80E; }
a { background-color: rgb(210,184,14); }
div.DivClassName
{
background-color: #D2B80E;
}
.BgClassName
{
background-color: #D2B80E;
}
</style>
border-color css
<style>
span { border-color: #D2B80E; }
span { border-color: rgb(210,184,14); }
td.TdClassName
{
border-color: #D2B80E;
}
.TagClassName
{
border-color: #D2B80E;
}
</style>