Shades of Bird Flower #D9BE00
Tints of Bird Flower #D9BE00
RGB
CMYK
RGB Variations
Color information
#D9BE00 (or 0xD9BE00) is known color: Bird Flower. HEX triplet: D9, BE and 00. RGB value is (217,190,0). Sum of RGB (Red+Green+Blue) = 217+190+0=407 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.32% from 407); Green value is 190 (74.61% from 255 or 46.68% from 407); Blue value is 0 (0.39% from 255 or 0% from 407); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BE00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D9BE00 is #2641FF. Grayscale: #B1B1B1. Windows color (decimal): -2507264 or 48857. OLE color: 48857.
HSL color Cylindrical-coordinate representation of color #D9BE00: hue angle of 52.53º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D9BE00 is Cyan = 0, Magento = 0.12, Yellow = 1 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 190 | 0 | - |
| CMYK | 0 | 0.12 | 1 | 0.15 |
| HSL | 52.53º | 1% | 0.43% | - |
| HSV(B) | 52.53º | 1% | 0.85% | - |
| XYZ | 47.03 | 51.58 | 7.48 | - |
| YUV | 176.41 | 28.45 | 156.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 190 | 0 | 0 | 0.12 | 1 | 0.15 | 52.53 | 1 | 0.43 |
| Hex | D9 | BE | 0 | 0 | C | 64 | F | 35 | 64 | 2B |
| Octal | 331 | 276 | 0 | 0 | 14 | 144 | 17 | 65 | 144 | 53 |
| Binary | 11011001 | 10111110 | 0 | 0 | 1100 | 1100100 | 1111 | 110101 | 1100100 | 101011 |
Color Harmonies of #D9BE00
Complementary color
Monochromatic Colors of #D9BE00
Black with #D9BE00
Text Example
Text Example
White with #D9BE00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9BE00; }
p { color: rgb(217,190,0); }
H1.HeaderClassName
{
color: #D9BE00;
}
.AnyTagClassName
{
color: #D9BE00;
}
</style>
background-color css
<style>
a { background-color: #D9BE00; }
a { background-color: rgb(217,190,0); }
div.DivClassName
{
background-color: #D9BE00;
}
.BgClassName
{
background-color: #D9BE00;
}
</style>
border-color css
<style>
span { border-color: #D9BE00; }
span { border-color: rgb(217,190,0); }
td.TdClassName
{
border-color: #D9BE00;
}
.TagClassName
{
border-color: #D9BE00;
}
</style>