Shades of Sunflower #D6AF0C
Tints of Sunflower #D6AF0C
RGB
CMYK
RGB Variations
Color information
#D6AF0C (or 0xD6AF0C) is known color: Sunflower. HEX triplet: D6, AF and 0C. RGB value is (214,175,12). Sum of RGB (Red+Green+Blue) = 214+175+12=401 (53% of max value = 765). Red value is 214 (83.98% from 255 or 53.37% from 401); Green value is 175 (68.75% from 255 or 43.64% from 401); Blue value is 12 (5.08% from 255 or 2.99% from 401); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AF0C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D6AF0C is #2950F3. Grayscale: #A8A8A8. Windows color (decimal): -2707700 or 831446. OLE color: 831446.
HSL color Cylindrical-coordinate representation of color #D6AF0C: hue angle of 48.42º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D6AF0C is Cyan = 0, Magento = 0.18, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 175 | 12 | - |
| CMYK | 0 | 0.18 | 0.94 | 0.16 |
| HSL | 48.42º | 0.89% | 0.44% | - |
| HSV(B) | 48.42º | 0.94% | 0.84% | - |
| XYZ | 43.13 | 44.98 | 6.76 | - |
| YUV | 168.08 | 39.92 | 160.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 175 | 12 | 0 | 0.18 | 0.94 | 0.16 | 48.42 | 0.89 | 0.44 |
| Hex | D6 | AF | C | 0 | 12 | 5E | 10 | 30 | 59 | 2C |
| Octal | 326 | 257 | 14 | 0 | 22 | 136 | 20 | 60 | 131 | 54 |
| Binary | 11010110 | 10101111 | 1100 | 0 | 10010 | 1011110 | 10000 | 110000 | 1011001 | 101100 |
Color Harmonies of #D6AF0C
Complementary color
Monochromatic Colors of #D6AF0C
Black with #D6AF0C
Text Example
Text Example
White with #D6AF0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6AF0C; }
p { color: rgb(214,175,12); }
H1.HeaderClassName
{
color: #D6AF0C;
}
.AnyTagClassName
{
color: #D6AF0C;
}
</style>
background-color css
<style>
a { background-color: #D6AF0C; }
a { background-color: rgb(214,175,12); }
div.DivClassName
{
background-color: #D6AF0C;
}
.BgClassName
{
background-color: #D6AF0C;
}
</style>
border-color css
<style>
span { border-color: #D6AF0C; }
span { border-color: rgb(214,175,12); }
td.TdClassName
{
border-color: #D6AF0C;
}
.TagClassName
{
border-color: #D6AF0C;
}
</style>