Shades of Bird Flower #D8D70C
Tints of Bird Flower #D8D70C
RGB
CMYK
RGB Variations
Color information
#D8D70C (or 0xD8D70C) is known color: Bird Flower. HEX triplet: D8, D7 and 0C. RGB value is (216,215,12). Sum of RGB (Red+Green+Blue) = 216+215+12=443 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.76% from 443); Green value is 215 (84.38% from 255 or 48.53% from 443); Blue value is 12 (5.08% from 255 or 2.71% from 443); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D70C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D8D70C is #2728F3. Grayscale: #C0C0C0. Windows color (decimal): -2566388 or 841688. OLE color: 841688.
HSL color Cylindrical-coordinate representation of color #D8D70C: hue angle of 59.71º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D8D70C is Cyan = 0, Magento = 0.00, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 215 | 12 | - |
| CMYK | 0 | 0.00 | 0.94 | 0.15 |
| HSL | 59.71º | 0.89% | 0.45% | - |
| HSV(B) | 59.71º | 0.94% | 0.85% | - |
| XYZ | 52.69 | 63.23 | 9.77 | - |
| YUV | 192.16 | 26.33 | 145.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 215 | 12 | 0 | 0.00 | 0.94 | 0.15 | 59.71 | 0.89 | 0.45 |
| Hex | D8 | D7 | C | 0 | 0 | 5E | F | 3C | 59 | 2D |
| Octal | 330 | 327 | 14 | 0 | 0 | 136 | 17 | 74 | 131 | 55 |
| Binary | 11011000 | 11010111 | 1100 | 0 | 0 | 1011110 | 1111 | 111100 | 1011001 | 101101 |
Color Harmonies of #D8D70C
Complementary color
Monochromatic Colors of #D8D70C
Black with #D8D70C
Text Example
Text Example
White with #D8D70C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8D70C; }
p { color: rgb(216,215,12); }
H1.HeaderClassName
{
color: #D8D70C;
}
.AnyTagClassName
{
color: #D8D70C;
}
</style>
background-color css
<style>
a { background-color: #D8D70C; }
a { background-color: rgb(216,215,12); }
div.DivClassName
{
background-color: #D8D70C;
}
.BgClassName
{
background-color: #D8D70C;
}
</style>
border-color css
<style>
span { border-color: #D8D70C; }
span { border-color: rgb(216,215,12); }
td.TdClassName
{
border-color: #D8D70C;
}
.TagClassName
{
border-color: #D8D70C;
}
</style>