Shades of Sunflower #D8AF07
Tints of Sunflower #D8AF07
RGB
CMYK
RGB Variations
Color information
#D8AF07 (or 0xD8AF07) is known color: Sunflower. HEX triplet: D8, AF and 07. RGB value is (216,175,7). Sum of RGB (Red+Green+Blue) = 216+175+7=398 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.27% from 398); Green value is 175 (68.75% from 255 or 43.97% from 398); Blue value is 7 (3.12% from 255 or 1.76% from 398); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AF07 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D8AF07 is #2750F8. Grayscale: #A8A8A8. Windows color (decimal): -2576633 or 503768. OLE color: 503768.
HSL color Cylindrical-coordinate representation of color #D8AF07: hue angle of 48.23º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D8AF07 is Cyan = 0, Magento = 0.19, Yellow = 0.97 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 175 | 7 | - |
| CMYK | 0 | 0.19 | 0.97 | 0.15 |
| HSL | 48.23º | 0.94% | 0.44% | - |
| HSV(B) | 48.23º | 0.97% | 0.85% | - |
| XYZ | 43.69 | 45.27 | 6.64 | - |
| YUV | 168.11 | 37.08 | 162.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 175 | 7 | 0 | 0.19 | 0.97 | 0.15 | 48.23 | 0.94 | 0.44 |
| Hex | D8 | AF | 7 | 0 | 13 | 61 | F | 30 | 5E | 2C |
| Octal | 330 | 257 | 7 | 0 | 23 | 141 | 17 | 60 | 136 | 54 |
| Binary | 11011000 | 10101111 | 111 | 0 | 10011 | 1100001 | 1111 | 110000 | 1011110 | 101100 |
Color Harmonies of #D8AF07
Complementary color
Monochromatic Colors of #D8AF07
Black with #D8AF07
Text Example
Text Example
White with #D8AF07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8AF07; }
p { color: rgb(216,175,7); }
H1.HeaderClassName
{
color: #D8AF07;
}
.AnyTagClassName
{
color: #D8AF07;
}
</style>
background-color css
<style>
a { background-color: #D8AF07; }
a { background-color: rgb(216,175,7); }
div.DivClassName
{
background-color: #D8AF07;
}
.BgClassName
{
background-color: #D8AF07;
}
</style>
border-color css
<style>
span { border-color: #D8AF07; }
span { border-color: rgb(216,175,7); }
td.TdClassName
{
border-color: #D8AF07;
}
.TagClassName
{
border-color: #D8AF07;
}
</style>