Shades of Bird Flower #D8C511
Tints of Bird Flower #D8C511
RGB
CMYK
RGB Variations
Color information
#D8C511 (or 0xD8C511) is known color: Bird Flower. HEX triplet: D8, C5 and 11. RGB value is (216,197,17). Sum of RGB (Red+Green+Blue) = 216+197+17=430 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.23% from 430); Green value is 197 (77.34% from 255 or 45.81% from 430); Blue value is 17 (7.03% from 255 or 3.95% from 430); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C511 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D8C511 is #273AEE. Grayscale: #B6B6B6. Windows color (decimal): -2570991 or 1164760. OLE color: 1164760.
HSL color Cylindrical-coordinate representation of color #D8C511: hue angle of 54.27º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D8C511 is Cyan = 0, Magento = 0.09, Yellow = 0.92 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 197 | 17 | - |
| CMYK | 0 | 0.09 | 0.92 | 0.15 |
| HSL | 54.27º | 0.85% | 0.46% | - |
| HSV(B) | 54.27º | 0.92% | 0.85% | - |
| XYZ | 48.39 | 54.57 | 8.51 | - |
| YUV | 182.16 | 34.79 | 152.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 197 | 17 | 0 | 0.09 | 0.92 | 0.15 | 54.27 | 0.85 | 0.46 |
| Hex | D8 | C5 | 11 | 0 | 9 | 5C | F | 36 | 55 | 2E |
| Octal | 330 | 305 | 21 | 0 | 11 | 134 | 17 | 66 | 125 | 56 |
| Binary | 11011000 | 11000101 | 10001 | 0 | 1001 | 1011100 | 1111 | 110110 | 1010101 | 101110 |
Color Harmonies of #D8C511
Complementary color
Monochromatic Colors of #D8C511
Black with #D8C511
Text Example
Text Example
White with #D8C511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8C511; }
p { color: rgb(216,197,17); }
H1.HeaderClassName
{
color: #D8C511;
}
.AnyTagClassName
{
color: #D8C511;
}
</style>
background-color css
<style>
a { background-color: #D8C511; }
a { background-color: rgb(216,197,17); }
div.DivClassName
{
background-color: #D8C511;
}
.BgClassName
{
background-color: #D8C511;
}
</style>
border-color css
<style>
span { border-color: #D8C511; }
span { border-color: rgb(216,197,17); }
td.TdClassName
{
border-color: #D8C511;
}
.TagClassName
{
border-color: #D8C511;
}
</style>