Shades of Sunflower #D8C816
Tints of Sunflower #D8C816
RGB
CMYK
RGB Variations
Color information
#D8C816 (or 0xD8C816) is known color: Sunflower. HEX triplet: D8, C8 and 16. RGB value is (216,200,22). Sum of RGB (Red+Green+Blue) = 216+200+22=438 (58% of max value = 765). Red value is 216 (84.77% from 255 or 49.32% from 438); Green value is 200 (78.52% from 255 or 45.66% from 438); Blue value is 22 (8.98% from 255 or 5.02% from 438); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C816 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D8C816 is #2737E9. Grayscale: #B9B9B9. Windows color (decimal): -2570218 or 1493208. OLE color: 1493208.
HSL color Cylindrical-coordinate representation of color #D8C816: hue angle of 55.05º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D8C816 is Cyan = 0, Magento = 0.07, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 200 | 22 | - |
| CMYK | 0 | 0.07 | 0.90 | 0.15 |
| HSL | 55.05º | 0.82% | 0.47% | - |
| HSV(B) | 55.05º | 0.9% | 0.85% | - |
| XYZ | 49.12 | 55.97 | 8.97 | - |
| YUV | 184.49 | 36.3 | 150.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 200 | 22 | 0 | 0.07 | 0.90 | 0.15 | 55.05 | 0.82 | 0.47 |
| Hex | D8 | C8 | 16 | 0 | 7 | 5A | F | 37 | 52 | 2F |
| Octal | 330 | 310 | 26 | 0 | 7 | 132 | 17 | 67 | 122 | 57 |
| Binary | 11011000 | 11001000 | 10110 | 0 | 111 | 1011010 | 1111 | 110111 | 1010010 | 101111 |
Color Harmonies of #D8C816
Complementary color
Monochromatic Colors of #D8C816
Black with #D8C816
Text Example
Text Example
White with #D8C816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8C816; }
p { color: rgb(216,200,22); }
H1.HeaderClassName
{
color: #D8C816;
}
.AnyTagClassName
{
color: #D8C816;
}
</style>
background-color css
<style>
a { background-color: #D8C816; }
a { background-color: rgb(216,200,22); }
div.DivClassName
{
background-color: #D8C816;
}
.BgClassName
{
background-color: #D8C816;
}
</style>
border-color css
<style>
span { border-color: #D8C816; }
span { border-color: rgb(216,200,22); }
td.TdClassName
{
border-color: #D8C816;
}
.TagClassName
{
border-color: #D8C816;
}
</style>