Shades of Bird Flower #D1BE19
Tints of Bird Flower #D1BE19
RGB
CMYK
RGB Variations
Color information
#D1BE19 (or 0xD1BE19) is known color: Bird Flower. HEX triplet: D1, BE and 19. RGB value is (209,190,25). Sum of RGB (Red+Green+Blue) = 209+190+25=424 (56% of max value = 765). Red value is 209 (82.03% from 255 or 49.29% from 424); Green value is 190 (74.61% from 255 or 44.81% from 424); Blue value is 25 (10.16% from 255 or 5.90% from 424); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BE19 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D1BE19 is #2E41E6. Grayscale: #B1B1B1. Windows color (decimal): -3031527 or 1687249. OLE color: 1687249.
HSL color Cylindrical-coordinate representation of color #D1BE19: hue angle of 53.8º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D1BE19 is Cyan = 0, Magento = 0.09, Yellow = 0.88 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 190 | 25 | - |
| CMYK | 0 | 0.09 | 0.88 | 0.18 |
| HSL | 53.8º | 0.79% | 0.46% | - |
| HSV(B) | 53.8º | 0.88% | 0.82% | - |
| XYZ | 44.88 | 50.45 | 8.29 | - |
| YUV | 176.87 | 42.29 | 150.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 190 | 25 | 0 | 0.09 | 0.88 | 0.18 | 53.8 | 0.79 | 0.46 |
| Hex | D1 | BE | 19 | 0 | 9 | 58 | 12 | 36 | 4F | 2E |
| Octal | 321 | 276 | 31 | 0 | 11 | 130 | 22 | 66 | 117 | 56 |
| Binary | 11010001 | 10111110 | 11001 | 0 | 1001 | 1011000 | 10010 | 110110 | 1001111 | 101110 |
Color Harmonies of #D1BE19
Complementary color
Monochromatic Colors of #D1BE19
Black with #D1BE19
Text Example
Text Example
White with #D1BE19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BE19; }
p { color: rgb(209,190,25); }
H1.HeaderClassName
{
color: #D1BE19;
}
.AnyTagClassName
{
color: #D1BE19;
}
</style>
background-color css
<style>
a { background-color: #D1BE19; }
a { background-color: rgb(209,190,25); }
div.DivClassName
{
background-color: #D1BE19;
}
.BgClassName
{
background-color: #D1BE19;
}
</style>
border-color css
<style>
span { border-color: #D1BE19; }
span { border-color: rgb(209,190,25); }
td.TdClassName
{
border-color: #D1BE19;
}
.TagClassName
{
border-color: #D1BE19;
}
</style>