Shades of Bird Flower #D5BE0B
Tints of Bird Flower #D5BE0B
RGB
CMYK
RGB Variations
Color information
#D5BE0B (or 0xD5BE0B) is known color: Bird Flower. HEX triplet: D5, BE and 0B. RGB value is (213,190,11). Sum of RGB (Red+Green+Blue) = 213+190+11=414 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.45% from 414); Green value is 190 (74.61% from 255 or 45.89% from 414); Blue value is 11 (4.69% from 255 or 2.66% from 414); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BE0B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D5BE0B is #2A41F4. Grayscale: #B1B1B1. Windows color (decimal): -2769397 or 769749. OLE color: 769749.
HSL color Cylindrical-coordinate representation of color #D5BE0B: hue angle of 53.17º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D5BE0B is Cyan = 0, Magento = 0.11, Yellow = 0.95 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 190 | 11 | - |
| CMYK | 0 | 0.11 | 0.95 | 0.16 |
| HSL | 53.17º | 0.9% | 0.44% | - |
| HSV(B) | 53.17º | 0.95% | 0.84% | - |
| XYZ | 45.91 | 51 | 7.74 | - |
| YUV | 176.47 | 34.62 | 154.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 190 | 11 | 0 | 0.11 | 0.95 | 0.16 | 53.17 | 0.9 | 0.44 |
| Hex | D5 | BE | B | 0 | B | 5F | 10 | 35 | 5A | 2C |
| Octal | 325 | 276 | 13 | 0 | 13 | 137 | 20 | 65 | 132 | 54 |
| Binary | 11010101 | 10111110 | 1011 | 0 | 1011 | 1011111 | 10000 | 110101 | 1011010 | 101100 |
Color Harmonies of #D5BE0B
Complementary color
Monochromatic Colors of #D5BE0B
Black with #D5BE0B
Text Example
Text Example
White with #D5BE0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BE0B; }
p { color: rgb(213,190,11); }
H1.HeaderClassName
{
color: #D5BE0B;
}
.AnyTagClassName
{
color: #D5BE0B;
}
</style>
background-color css
<style>
a { background-color: #D5BE0B; }
a { background-color: rgb(213,190,11); }
div.DivClassName
{
background-color: #D5BE0B;
}
.BgClassName
{
background-color: #D5BE0B;
}
</style>
border-color css
<style>
span { border-color: #D5BE0B; }
span { border-color: rgb(213,190,11); }
td.TdClassName
{
border-color: #D5BE0B;
}
.TagClassName
{
border-color: #D5BE0B;
}
</style>