Shades of Bird Flower #D8BC01
Tints of Bird Flower #D8BC01
RGB
CMYK
RGB Variations
Color information
#D8BC01 (or 0xD8BC01) is known color: Bird Flower. HEX triplet: D8, BC and 01. RGB value is (216,188,1). Sum of RGB (Red+Green+Blue) = 216+188+1=405 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.33% from 405); Green value is 188 (73.83% from 255 or 46.42% from 405); Blue value is 1 (0.78% from 255 or 0.25% from 405); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BC01 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D8BC01 is #2743FE. Grayscale: #AFAFAF. Windows color (decimal): -2573311 or 113880. OLE color: 113880.
HSL color Cylindrical-coordinate representation of color #D8BC01: hue angle of 52.19º 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 #D8BC01 is Cyan = 0, Magento = 0.13, Yellow = 1.00 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 188 | 1 | - |
| CMYK | 0 | 0.13 | 1.00 | 0.15 |
| HSL | 52.19º | 0.99% | 0.43% | - |
| HSV(B) | 52.19º | 1% | 0.85% | - |
| XYZ | 46.31 | 50.57 | 7.35 | - |
| YUV | 175.05 | 29.78 | 157.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 188 | 1 | 0 | 0.13 | 1.00 | 0.15 | 52.19 | 0.99 | 0.43 |
| Hex | D8 | BC | 1 | 0 | D | 64 | F | 34 | 63 | 2B |
| Octal | 330 | 274 | 1 | 0 | 15 | 144 | 17 | 64 | 143 | 53 |
| Binary | 11011000 | 10111100 | 1 | 0 | 1101 | 1100100 | 1111 | 110100 | 1100011 | 101011 |
Color Harmonies of #D8BC01
Complementary color
Monochromatic Colors of #D8BC01
Black with #D8BC01
Text Example
Text Example
White with #D8BC01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8BC01; }
p { color: rgb(216,188,1); }
H1.HeaderClassName
{
color: #D8BC01;
}
.AnyTagClassName
{
color: #D8BC01;
}
</style>
background-color css
<style>
a { background-color: #D8BC01; }
a { background-color: rgb(216,188,1); }
div.DivClassName
{
background-color: #D8BC01;
}
.BgClassName
{
background-color: #D8BC01;
}
</style>
border-color css
<style>
span { border-color: #D8BC01; }
span { border-color: rgb(216,188,1); }
td.TdClassName
{
border-color: #D8BC01;
}
.TagClassName
{
border-color: #D8BC01;
}
</style>