Shades of Bird Flower #D8BE05
Tints of Bird Flower #D8BE05
RGB
CMYK
RGB Variations
Color information
#D8BE05 (or 0xD8BE05) is known color: Bird Flower. HEX triplet: D8, BE and 05. RGB value is (216,190,5). Sum of RGB (Red+Green+Blue) = 216+190+5=411 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.55% from 411); Green value is 190 (74.61% from 255 or 46.23% from 411); Blue value is 5 (2.34% from 255 or 1.22% from 411); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BE05 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D8BE05 is #2741FA. Grayscale: #B1B1B1. Windows color (decimal): -2572795 or 376536. OLE color: 376536.
HSL color Cylindrical-coordinate representation of color #D8BE05: hue angle of 52.61º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D8BE05 is Cyan = 0, Magento = 0.12, Yellow = 0.98 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 190 | 5 | - |
| CMYK | 0 | 0.12 | 0.98 | 0.15 |
| HSL | 52.61º | 0.95% | 0.43% | - |
| HSV(B) | 52.61º | 0.98% | 0.85% | - |
| XYZ | 46.76 | 51.44 | 7.61 | - |
| YUV | 176.68 | 31.11 | 156.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 190 | 5 | 0 | 0.12 | 0.98 | 0.15 | 52.61 | 0.95 | 0.43 |
| Hex | D8 | BE | 5 | 0 | C | 62 | F | 35 | 5F | 2B |
| Octal | 330 | 276 | 5 | 0 | 14 | 142 | 17 | 65 | 137 | 53 |
| Binary | 11011000 | 10111110 | 101 | 0 | 1100 | 1100010 | 1111 | 110101 | 1011111 | 101011 |
Color Harmonies of #D8BE05
Complementary color
Monochromatic Colors of #D8BE05
Black with #D8BE05
Text Example
Text Example
White with #D8BE05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8BE05; }
p { color: rgb(216,190,5); }
H1.HeaderClassName
{
color: #D8BE05;
}
.AnyTagClassName
{
color: #D8BE05;
}
</style>
background-color css
<style>
a { background-color: #D8BE05; }
a { background-color: rgb(216,190,5); }
div.DivClassName
{
background-color: #D8BE05;
}
.BgClassName
{
background-color: #D8BE05;
}
</style>
border-color css
<style>
span { border-color: #D8BE05; }
span { border-color: rgb(216,190,5); }
td.TdClassName
{
border-color: #D8BE05;
}
.TagClassName
{
border-color: #D8BE05;
}
</style>