Shades of Bird Flower #D5BE16
Tints of Bird Flower #D5BE16
RGB
CMYK
RGB Variations
Color information
#D5BE16 (or 0xD5BE16) is known color: Bird Flower. HEX triplet: D5, BE and 16. RGB value is (213,190,22). Sum of RGB (Red+Green+Blue) = 213+190+22=425 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50.12% from 425); Green value is 190 (74.61% from 255 or 44.71% from 425); Blue value is 22 (8.98% from 255 or 5.18% from 425); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BE16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D5BE16 is #2A41E9. Grayscale: #B2B2B2. Windows color (decimal): -2769386 or 1490645. OLE color: 1490645.
HSL color Cylindrical-coordinate representation of color #D5BE16: hue angle of 52.77º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D5BE16 is Cyan = 0, Magento = 0.11, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 190 | 22 | - |
| CMYK | 0 | 0.11 | 0.90 | 0.16 |
| HSL | 52.77º | 0.81% | 0.46% | - |
| HSV(B) | 52.77º | 0.9% | 0.84% | - |
| XYZ | 46 | 51.03 | 8.18 | - |
| YUV | 177.73 | 40.12 | 153.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 190 | 22 | 0 | 0.11 | 0.90 | 0.16 | 52.77 | 0.81 | 0.46 |
| Hex | D5 | BE | 16 | 0 | B | 5A | 10 | 35 | 51 | 2E |
| Octal | 325 | 276 | 26 | 0 | 13 | 132 | 20 | 65 | 121 | 56 |
| Binary | 11010101 | 10111110 | 10110 | 0 | 1011 | 1011010 | 10000 | 110101 | 1010001 | 101110 |
Color Harmonies of #D5BE16
Complementary color
Monochromatic Colors of #D5BE16
Black with #D5BE16
Text Example
Text Example
White with #D5BE16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BE16; }
p { color: rgb(213,190,22); }
H1.HeaderClassName
{
color: #D5BE16;
}
.AnyTagClassName
{
color: #D5BE16;
}
</style>
background-color css
<style>
a { background-color: #D5BE16; }
a { background-color: rgb(213,190,22); }
div.DivClassName
{
background-color: #D5BE16;
}
.BgClassName
{
background-color: #D5BE16;
}
</style>
border-color css
<style>
span { border-color: #D5BE16; }
span { border-color: rgb(213,190,22); }
td.TdClassName
{
border-color: #D5BE16;
}
.TagClassName
{
border-color: #D5BE16;
}
</style>