Shades of Sunflower #D7AF0D
Tints of Sunflower #D7AF0D
RGB
CMYK
RGB Variations
Color information
#D7AF0D (or 0xD7AF0D) is known color: Sunflower. HEX triplet: D7, AF and 0D. RGB value is (215,175,13). Sum of RGB (Red+Green+Blue) = 215+175+13=403 (53% of max value = 765). Red value is 215 (84.38% from 255 or 53.35% from 403); Green value is 175 (68.75% from 255 or 43.42% from 403); Blue value is 13 (5.47% from 255 or 3.23% from 403); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AF0D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D7AF0D is #2850F2. Grayscale: #A9A9A9. Windows color (decimal): -2642163 or 896983. OLE color: 896983.
HSL color Cylindrical-coordinate representation of color #D7AF0D: hue angle of 48.12º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D7AF0D is Cyan = 0, Magento = 0.19, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 175 | 13 | - |
| CMYK | 0 | 0.19 | 0.94 | 0.16 |
| HSL | 48.12º | 0.89% | 0.45% | - |
| HSV(B) | 48.12º | 0.94% | 0.84% | - |
| XYZ | 43.43 | 45.14 | 6.8 | - |
| YUV | 168.49 | 40.25 | 161.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 175 | 13 | 0 | 0.19 | 0.94 | 0.16 | 48.12 | 0.89 | 0.45 |
| Hex | D7 | AF | D | 0 | 13 | 5E | 10 | 30 | 59 | 2D |
| Octal | 327 | 257 | 15 | 0 | 23 | 136 | 20 | 60 | 131 | 55 |
| Binary | 11010111 | 10101111 | 1101 | 0 | 10011 | 1011110 | 10000 | 110000 | 1011001 | 101101 |
Color Harmonies of #D7AF0D
Complementary color
Monochromatic Colors of #D7AF0D
Black with #D7AF0D
Text Example
Text Example
White with #D7AF0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7AF0D; }
p { color: rgb(215,175,13); }
H1.HeaderClassName
{
color: #D7AF0D;
}
.AnyTagClassName
{
color: #D7AF0D;
}
</style>
background-color css
<style>
a { background-color: #D7AF0D; }
a { background-color: rgb(215,175,13); }
div.DivClassName
{
background-color: #D7AF0D;
}
.BgClassName
{
background-color: #D7AF0D;
}
</style>
border-color css
<style>
span { border-color: #D7AF0D; }
span { border-color: rgb(215,175,13); }
td.TdClassName
{
border-color: #D7AF0D;
}
.TagClassName
{
border-color: #D7AF0D;
}
</style>