Shades of Bird Flower #D4BE19
Tints of Bird Flower #D4BE19
RGB
CMYK
RGB Variations
Color information
#D4BE19 (or 0xD4BE19) is known color: Bird Flower. HEX triplet: D4, BE and 19. RGB value is (212,190,25). Sum of RGB (Red+Green+Blue) = 212+190+25=427 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.65% from 427); Green value is 190 (74.61% from 255 or 44.50% from 427); Blue value is 25 (10.16% from 255 or 5.85% from 427); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BE19 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D4BE19 is #2B41E6. Grayscale: #B2B2B2. Windows color (decimal): -2834919 or 1687252. OLE color: 1687252.
HSL color Cylindrical-coordinate representation of color #D4BE19: hue angle of 52.94º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D4BE19 is Cyan = 0, Magento = 0.10, Yellow = 0.88 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 190 | 25 | - |
| CMYK | 0 | 0.10 | 0.88 | 0.17 |
| HSL | 52.94º | 0.79% | 0.46% | - |
| HSV(B) | 52.94º | 0.88% | 0.83% | - |
| XYZ | 45.74 | 50.89 | 8.33 | - |
| YUV | 177.77 | 41.79 | 152.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 190 | 25 | 0 | 0.10 | 0.88 | 0.17 | 52.94 | 0.79 | 0.46 |
| Hex | D4 | BE | 19 | 0 | A | 58 | 11 | 35 | 4F | 2E |
| Octal | 324 | 276 | 31 | 0 | 12 | 130 | 21 | 65 | 117 | 56 |
| Binary | 11010100 | 10111110 | 11001 | 0 | 1010 | 1011000 | 10001 | 110101 | 1001111 | 101110 |
Color Harmonies of #D4BE19
Complementary color
Monochromatic Colors of #D4BE19
Black with #D4BE19
Text Example
Text Example
White with #D4BE19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4BE19; }
p { color: rgb(212,190,25); }
H1.HeaderClassName
{
color: #D4BE19;
}
.AnyTagClassName
{
color: #D4BE19;
}
</style>
background-color css
<style>
a { background-color: #D4BE19; }
a { background-color: rgb(212,190,25); }
div.DivClassName
{
background-color: #D4BE19;
}
.BgClassName
{
background-color: #D4BE19;
}
</style>
border-color css
<style>
span { border-color: #D4BE19; }
span { border-color: rgb(212,190,25); }
td.TdClassName
{
border-color: #D4BE19;
}
.TagClassName
{
border-color: #D4BE19;
}
</style>