Shades of Sunflower #D9AF0F
Tints of Sunflower #D9AF0F
RGB
CMYK
RGB Variations
Color information
#D9AF0F (or 0xD9AF0F) is known color: Sunflower. HEX triplet: D9, AF and 0F. RGB value is (217,175,15). Sum of RGB (Red+Green+Blue) = 217+175+15=407 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.32% from 407); Green value is 175 (68.75% from 255 or 43.00% from 407); Blue value is 15 (6.25% from 255 or 3.69% from 407); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AF0F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D9AF0F is #2650F0. Grayscale: #AAAAAA. Windows color (decimal): -2511089 or 1028057. OLE color: 1028057.
HSL color Cylindrical-coordinate representation of color #D9AF0F: hue angle of 47.52º degrees, saturation: 0.87, 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 #D9AF0F is Cyan = 0, Magento = 0.19, Yellow = 0.93 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 175 | 15 | - |
| CMYK | 0 | 0.19 | 0.93 | 0.15 |
| HSL | 47.52º | 0.87% | 0.45% | - |
| HSV(B) | 47.52º | 0.93% | 0.85% | - |
| XYZ | 44.03 | 45.45 | 6.9 | - |
| YUV | 169.32 | 40.91 | 162.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 175 | 15 | 0 | 0.19 | 0.93 | 0.15 | 47.52 | 0.87 | 0.45 |
| Hex | D9 | AF | F | 0 | 13 | 5D | F | 30 | 57 | 2D |
| Octal | 331 | 257 | 17 | 0 | 23 | 135 | 17 | 60 | 127 | 55 |
| Binary | 11011001 | 10101111 | 1111 | 0 | 10011 | 1011101 | 1111 | 110000 | 1010111 | 101101 |
Color Harmonies of #D9AF0F
Complementary color
Monochromatic Colors of #D9AF0F
Black with #D9AF0F
Text Example
Text Example
White with #D9AF0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9AF0F; }
p { color: rgb(217,175,15); }
H1.HeaderClassName
{
color: #D9AF0F;
}
.AnyTagClassName
{
color: #D9AF0F;
}
</style>
background-color css
<style>
a { background-color: #D9AF0F; }
a { background-color: rgb(217,175,15); }
div.DivClassName
{
background-color: #D9AF0F;
}
.BgClassName
{
background-color: #D9AF0F;
}
</style>
border-color css
<style>
span { border-color: #D9AF0F; }
span { border-color: rgb(217,175,15); }
td.TdClassName
{
border-color: #D9AF0F;
}
.TagClassName
{
border-color: #D9AF0F;
}
</style>