Shades of Sunflower #D9AF11
Tints of Sunflower #D9AF11
RGB
CMYK
RGB Variations
Color information
#D9AF11 (or 0xD9AF11) is known color: Sunflower. HEX triplet: D9, AF and 11. RGB value is (217,175,17). Sum of RGB (Red+Green+Blue) = 217+175+17=409 (54% of max value = 765). Red value is 217 (85.16% from 255 or 53.06% from 409); Green value is 175 (68.75% from 255 or 42.79% from 409); Blue value is 17 (7.03% from 255 or 4.16% from 409); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AF11 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D9AF11 is #2650EE. Grayscale: #AAAAAA. Windows color (decimal): -2511087 or 1159129. OLE color: 1159129.
HSL color Cylindrical-coordinate representation of color #D9AF11: hue angle of 47.4º 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 #D9AF11 is Cyan = 0, Magento = 0.19, Yellow = 0.92 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 175 | 17 | - |
| CMYK | 0 | 0.19 | 0.92 | 0.15 |
| HSL | 47.4º | 0.85% | 0.46% | - |
| HSV(B) | 47.4º | 0.92% | 0.85% | - |
| XYZ | 44.05 | 45.45 | 6.98 | - |
| YUV | 169.55 | 41.91 | 161.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 175 | 17 | 0 | 0.19 | 0.92 | 0.15 | 47.4 | 0.85 | 0.46 |
| Hex | D9 | AF | 11 | 0 | 13 | 5C | F | 2F | 55 | 2E |
| Octal | 331 | 257 | 21 | 0 | 23 | 134 | 17 | 57 | 125 | 56 |
| Binary | 11011001 | 10101111 | 10001 | 0 | 10011 | 1011100 | 1111 | 101111 | 1010101 | 101110 |
Color Harmonies of #D9AF11
Complementary color
Monochromatic Colors of #D9AF11
Black with #D9AF11
Text Example
Text Example
White with #D9AF11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9AF11; }
p { color: rgb(217,175,17); }
H1.HeaderClassName
{
color: #D9AF11;
}
.AnyTagClassName
{
color: #D9AF11;
}
</style>
background-color css
<style>
a { background-color: #D9AF11; }
a { background-color: rgb(217,175,17); }
div.DivClassName
{
background-color: #D9AF11;
}
.BgClassName
{
background-color: #D9AF11;
}
</style>
border-color css
<style>
span { border-color: #D9AF11; }
span { border-color: rgb(217,175,17); }
td.TdClassName
{
border-color: #D9AF11;
}
.TagClassName
{
border-color: #D9AF11;
}
</style>