Shades of Bird Flower #D8D70A
Tints of Bird Flower #D8D70A
RGB
CMYK
RGB Variations
Color information
#D8D70A (or 0xD8D70A) is known color: Bird Flower. HEX triplet: D8, D7 and 0A. RGB value is (216,215,10). Sum of RGB (Red+Green+Blue) = 216+215+10=441 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.98% from 441); Green value is 215 (84.38% from 255 or 48.75% from 441); Blue value is 10 (4.30% from 255 or 2.27% from 441); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D70A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D8D70A is #2728F5. Grayscale: #C0C0C0. Windows color (decimal): -2566390 or 710616. OLE color: 710616.
HSL color Cylindrical-coordinate representation of color #D8D70A: hue angle of 59.71º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D8D70A is Cyan = 0, Magento = 0.00, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 215 | 10 | - |
| CMYK | 0 | 0.00 | 0.95 | 0.15 |
| HSL | 59.71º | 0.91% | 0.44% | - |
| HSV(B) | 59.71º | 0.95% | 0.85% | - |
| XYZ | 52.67 | 63.22 | 9.71 | - |
| YUV | 191.93 | 25.33 | 145.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 215 | 10 | 0 | 0.00 | 0.95 | 0.15 | 59.71 | 0.91 | 0.44 |
| Hex | D8 | D7 | A | 0 | 0 | 5F | F | 3C | 5B | 2C |
| Octal | 330 | 327 | 12 | 0 | 0 | 137 | 17 | 74 | 133 | 54 |
| Binary | 11011000 | 11010111 | 1010 | 0 | 0 | 1011111 | 1111 | 111100 | 1011011 | 101100 |
Color Harmonies of #D8D70A
Complementary color
Monochromatic Colors of #D8D70A
Black with #D8D70A
Text Example
Text Example
White with #D8D70A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8D70A; }
p { color: rgb(216,215,10); }
H1.HeaderClassName
{
color: #D8D70A;
}
.AnyTagClassName
{
color: #D8D70A;
}
</style>
background-color css
<style>
a { background-color: #D8D70A; }
a { background-color: rgb(216,215,10); }
div.DivClassName
{
background-color: #D8D70A;
}
.BgClassName
{
background-color: #D8D70A;
}
</style>
border-color css
<style>
span { border-color: #D8D70A; }
span { border-color: rgb(216,215,10); }
td.TdClassName
{
border-color: #D8D70A;
}
.TagClassName
{
border-color: #D8D70A;
}
</style>