Shades of Bird Flower #D8C911
Tints of Bird Flower #D8C911
RGB
CMYK
RGB Variations
Color information
#D8C911 (or 0xD8C911) is known color: Bird Flower. HEX triplet: D8, C9 and 11. RGB value is (216,201,17). Sum of RGB (Red+Green+Blue) = 216+201+17=434 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.77% from 434); Green value is 201 (78.91% from 255 or 46.31% from 434); Blue value is 17 (7.03% from 255 or 3.92% from 434); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C911 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D8C911 is #2736EE. Grayscale: #B9B9B9. Windows color (decimal): -2569967 or 1165784. OLE color: 1165784.
HSL color Cylindrical-coordinate representation of color #D8C911: hue angle of 55.48º 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 #D8C911 is Cyan = 0, Magento = 0.07, Yellow = 0.92 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 201 | 17 | - |
| CMYK | 0 | 0.07 | 0.92 | 0.15 |
| HSL | 55.48º | 0.85% | 0.46% | - |
| HSV(B) | 55.48º | 0.92% | 0.85% | - |
| XYZ | 49.31 | 56.41 | 8.82 | - |
| YUV | 184.51 | 33.47 | 150.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 201 | 17 | 0 | 0.07 | 0.92 | 0.15 | 55.48 | 0.85 | 0.46 |
| Hex | D8 | C9 | 11 | 0 | 7 | 5C | F | 37 | 55 | 2E |
| Octal | 330 | 311 | 21 | 0 | 7 | 134 | 17 | 67 | 125 | 56 |
| Binary | 11011000 | 11001001 | 10001 | 0 | 111 | 1011100 | 1111 | 110111 | 1010101 | 101110 |
Color Harmonies of #D8C911
Complementary color
Monochromatic Colors of #D8C911
Black with #D8C911
Text Example
Text Example
White with #D8C911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8C911; }
p { color: rgb(216,201,17); }
H1.HeaderClassName
{
color: #D8C911;
}
.AnyTagClassName
{
color: #D8C911;
}
</style>
background-color css
<style>
a { background-color: #D8C911; }
a { background-color: rgb(216,201,17); }
div.DivClassName
{
background-color: #D8C911;
}
.BgClassName
{
background-color: #D8C911;
}
</style>
border-color css
<style>
span { border-color: #D8C911; }
span { border-color: rgb(216,201,17); }
td.TdClassName
{
border-color: #D8C911;
}
.TagClassName
{
border-color: #D8C911;
}
</style>