Shades of Bird Flower #D8BB01
Tints of Bird Flower #D8BB01
RGB
CMYK
RGB Variations
Color information
#D8BB01 (or 0xD8BB01) is known color: Bird Flower. HEX triplet: D8, BB and 01. RGB value is (216,187,1). Sum of RGB (Red+Green+Blue) = 216+187+1=404 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.47% from 404); Green value is 187 (73.44% from 255 or 46.29% from 404); Blue value is 1 (0.78% from 255 or 0.25% from 404); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BB01 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D8BB01 is #2744FE. Grayscale: #AFAFAF. Windows color (decimal): -2573567 or 113624. OLE color: 113624.
HSL color Cylindrical-coordinate representation of color #D8BB01: hue angle of 51.91º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D8BB01 is Cyan = 0, Magento = 0.13, Yellow = 1.00 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 187 | 1 | - |
| CMYK | 0 | 0.13 | 1.00 | 0.15 |
| HSL | 51.91º | 0.99% | 0.43% | - |
| HSV(B) | 51.91º | 1% | 0.85% | - |
| XYZ | 46.09 | 50.14 | 7.28 | - |
| YUV | 174.47 | 30.11 | 157.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 187 | 1 | 0 | 0.13 | 1.00 | 0.15 | 51.91 | 0.99 | 0.43 |
| Hex | D8 | BB | 1 | 0 | D | 64 | F | 34 | 63 | 2B |
| Octal | 330 | 273 | 1 | 0 | 15 | 144 | 17 | 64 | 143 | 53 |
| Binary | 11011000 | 10111011 | 1 | 0 | 1101 | 1100100 | 1111 | 110100 | 1100011 | 101011 |
Color Harmonies of #D8BB01
Complementary color
Monochromatic Colors of #D8BB01
Black with #D8BB01
Text Example
Text Example
White with #D8BB01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8BB01; }
p { color: rgb(216,187,1); }
H1.HeaderClassName
{
color: #D8BB01;
}
.AnyTagClassName
{
color: #D8BB01;
}
</style>
background-color css
<style>
a { background-color: #D8BB01; }
a { background-color: rgb(216,187,1); }
div.DivClassName
{
background-color: #D8BB01;
}
.BgClassName
{
background-color: #D8BB01;
}
</style>
border-color css
<style>
span { border-color: #D8BB01; }
span { border-color: rgb(216,187,1); }
td.TdClassName
{
border-color: #D8BB01;
}
.TagClassName
{
border-color: #D8BB01;
}
</style>