Shades of Sunflower #D6AF08
Tints of Sunflower #D6AF08
RGB
CMYK
RGB Variations
Color information
#D6AF08 (or 0xD6AF08) is known color: Sunflower. HEX triplet: D6, AF and 08. RGB value is (214,175,8). Sum of RGB (Red+Green+Blue) = 214+175+8=397 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.90% from 397); Green value is 175 (68.75% from 255 or 44.08% from 397); Blue value is 8 (3.52% from 255 or 2.02% from 397); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AF08 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D6AF08 is #2950F7. Grayscale: #A8A8A8. Windows color (decimal): -2707704 or 569302. OLE color: 569302.
HSL color Cylindrical-coordinate representation of color #D6AF08: hue angle of 48.64º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D6AF08 is Cyan = 0, Magento = 0.18, Yellow = 0.96 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 175 | 8 | - |
| CMYK | 0 | 0.18 | 0.96 | 0.16 |
| HSL | 48.64º | 0.93% | 0.44% | - |
| HSV(B) | 48.64º | 0.96% | 0.84% | - |
| XYZ | 43.11 | 44.97 | 6.64 | - |
| YUV | 167.62 | 37.92 | 161.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 175 | 8 | 0 | 0.18 | 0.96 | 0.16 | 48.64 | 0.93 | 0.44 |
| Hex | D6 | AF | 8 | 0 | 12 | 60 | 10 | 31 | 5D | 2C |
| Octal | 326 | 257 | 10 | 0 | 22 | 140 | 20 | 61 | 135 | 54 |
| Binary | 11010110 | 10101111 | 1000 | 0 | 10010 | 1100000 | 10000 | 110001 | 1011101 | 101100 |
Color Harmonies of #D6AF08
Complementary color
Monochromatic Colors of #D6AF08
Black with #D6AF08
Text Example
Text Example
White with #D6AF08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6AF08; }
p { color: rgb(214,175,8); }
H1.HeaderClassName
{
color: #D6AF08;
}
.AnyTagClassName
{
color: #D6AF08;
}
</style>
background-color css
<style>
a { background-color: #D6AF08; }
a { background-color: rgb(214,175,8); }
div.DivClassName
{
background-color: #D6AF08;
}
.BgClassName
{
background-color: #D6AF08;
}
</style>
border-color css
<style>
span { border-color: #D6AF08; }
span { border-color: rgb(214,175,8); }
td.TdClassName
{
border-color: #D6AF08;
}
.TagClassName
{
border-color: #D6AF08;
}
</style>