Shades of Bird Flower #D5BE0C
Tints of Bird Flower #D5BE0C
RGB
CMYK
RGB Variations
Color information
#D5BE0C (or 0xD5BE0C) is known color: Bird Flower. HEX triplet: D5, BE and 0C. RGB value is (213,190,12). Sum of RGB (Red+Green+Blue) = 213+190+12=415 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.33% from 415); Green value is 190 (74.61% from 255 or 45.78% from 415); Blue value is 12 (5.08% from 255 or 2.89% from 415); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BE0C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D5BE0C is #2A41F3. Grayscale: #B1B1B1. Windows color (decimal): -2769396 or 835285. OLE color: 835285.
HSL color Cylindrical-coordinate representation of color #D5BE0C: hue angle of 53.13º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D5BE0C is Cyan = 0, Magento = 0.11, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 190 | 12 | - |
| CMYK | 0 | 0.11 | 0.94 | 0.16 |
| HSL | 53.13º | 0.89% | 0.44% | - |
| HSV(B) | 53.13º | 0.94% | 0.84% | - |
| XYZ | 45.92 | 51 | 7.77 | - |
| YUV | 176.59 | 35.12 | 153.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 190 | 12 | 0 | 0.11 | 0.94 | 0.16 | 53.13 | 0.89 | 0.44 |
| Hex | D5 | BE | C | 0 | B | 5E | 10 | 35 | 59 | 2C |
| Octal | 325 | 276 | 14 | 0 | 13 | 136 | 20 | 65 | 131 | 54 |
| Binary | 11010101 | 10111110 | 1100 | 0 | 1011 | 1011110 | 10000 | 110101 | 1011001 | 101100 |
Color Harmonies of #D5BE0C
Complementary color
Monochromatic Colors of #D5BE0C
Black with #D5BE0C
Text Example
Text Example
White with #D5BE0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BE0C; }
p { color: rgb(213,190,12); }
H1.HeaderClassName
{
color: #D5BE0C;
}
.AnyTagClassName
{
color: #D5BE0C;
}
</style>
background-color css
<style>
a { background-color: #D5BE0C; }
a { background-color: rgb(213,190,12); }
div.DivClassName
{
background-color: #D5BE0C;
}
.BgClassName
{
background-color: #D5BE0C;
}
</style>
border-color css
<style>
span { border-color: #D5BE0C; }
span { border-color: rgb(213,190,12); }
td.TdClassName
{
border-color: #D5BE0C;
}
.TagClassName
{
border-color: #D5BE0C;
}
</style>