Shades of Sunflower #D8AF10
Tints of Sunflower #D8AF10
RGB
CMYK
RGB Variations
Color information
#D8AF10 (or 0xD8AF10) is known color: Sunflower. HEX triplet: D8, AF and 10. RGB value is (216,175,16). Sum of RGB (Red+Green+Blue) = 216+175+16=407 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.07% from 407); Green value is 175 (68.75% from 255 or 43.00% from 407); Blue value is 16 (6.64% from 255 or 3.93% from 407); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AF10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D8AF10 is #2750EF. Grayscale: #A9A9A9. Windows color (decimal): -2576624 or 1093592. OLE color: 1093592.
HSL color Cylindrical-coordinate representation of color #D8AF10: hue angle of 47.7º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D8AF10 is Cyan = 0, Magento = 0.19, Yellow = 0.93 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 175 | 16 | - |
| CMYK | 0 | 0.19 | 0.93 | 0.15 |
| HSL | 47.7º | 0.86% | 0.45% | - |
| HSV(B) | 47.7º | 0.93% | 0.85% | - |
| XYZ | 43.74 | 45.3 | 6.93 | - |
| YUV | 169.13 | 41.58 | 161.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 175 | 16 | 0 | 0.19 | 0.93 | 0.15 | 47.7 | 0.86 | 0.45 |
| Hex | D8 | AF | 10 | 0 | 13 | 5D | F | 30 | 56 | 2D |
| Octal | 330 | 257 | 20 | 0 | 23 | 135 | 17 | 60 | 126 | 55 |
| Binary | 11011000 | 10101111 | 10000 | 0 | 10011 | 1011101 | 1111 | 110000 | 1010110 | 101101 |
Color Harmonies of #D8AF10
Complementary color
Monochromatic Colors of #D8AF10
Black with #D8AF10
Text Example
Text Example
White with #D8AF10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8AF10; }
p { color: rgb(216,175,16); }
H1.HeaderClassName
{
color: #D8AF10;
}
.AnyTagClassName
{
color: #D8AF10;
}
</style>
background-color css
<style>
a { background-color: #D8AF10; }
a { background-color: rgb(216,175,16); }
div.DivClassName
{
background-color: #D8AF10;
}
.BgClassName
{
background-color: #D8AF10;
}
</style>
border-color css
<style>
span { border-color: #D8AF10; }
span { border-color: rgb(216,175,16); }
td.TdClassName
{
border-color: #D8AF10;
}
.TagClassName
{
border-color: #D8AF10;
}
</style>