Shades of Bird Flower #D3BE16
Tints of Bird Flower #D3BE16
RGB
CMYK
RGB Variations
Color information
#D3BE16 (or 0xD3BE16) is known color: Bird Flower. HEX triplet: D3, BE and 16. RGB value is (211,190,22). Sum of RGB (Red+Green+Blue) = 211+190+22=423 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.88% from 423); Green value is 190 (74.61% from 255 or 44.92% from 423); Blue value is 22 (8.98% from 255 or 5.20% from 423); Max value from RGB is 211 - color contains mainly: red. Hex color #D3BE16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D3BE16 is #2C41E9. Grayscale: #B1B1B1. Windows color (decimal): -2900458 or 1490643. OLE color: 1490643.
HSL color Cylindrical-coordinate representation of color #D3BE16: hue angle of 53.33º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D3BE16 is Cyan = 0, Magento = 0.10, Yellow = 0.90 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 190 | 22 | - |
| CMYK | 0 | 0.10 | 0.90 | 0.17 |
| HSL | 53.33º | 0.81% | 0.46% | - |
| HSV(B) | 53.33º | 0.9% | 0.83% | - |
| XYZ | 45.42 | 50.73 | 8.16 | - |
| YUV | 177.13 | 40.46 | 152.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 190 | 22 | 0 | 0.10 | 0.90 | 0.17 | 53.33 | 0.81 | 0.46 |
| Hex | D3 | BE | 16 | 0 | A | 5A | 11 | 35 | 51 | 2E |
| Octal | 323 | 276 | 26 | 0 | 12 | 132 | 21 | 65 | 121 | 56 |
| Binary | 11010011 | 10111110 | 10110 | 0 | 1010 | 1011010 | 10001 | 110101 | 1010001 | 101110 |
Color Harmonies of #D3BE16
Complementary color
Monochromatic Colors of #D3BE16
Black with #D3BE16
Text Example
Text Example
White with #D3BE16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3BE16; }
p { color: rgb(211,190,22); }
H1.HeaderClassName
{
color: #D3BE16;
}
.AnyTagClassName
{
color: #D3BE16;
}
</style>
background-color css
<style>
a { background-color: #D3BE16; }
a { background-color: rgb(211,190,22); }
div.DivClassName
{
background-color: #D3BE16;
}
.BgClassName
{
background-color: #D3BE16;
}
</style>
border-color css
<style>
span { border-color: #D3BE16; }
span { border-color: rgb(211,190,22); }
td.TdClassName
{
border-color: #D3BE16;
}
.TagClassName
{
border-color: #D3BE16;
}
</style>