Shades of Sunflower #D4AF0D
Tints of Sunflower #D4AF0D
RGB
CMYK
RGB Variations
Color information
#D4AF0D (or 0xD4AF0D) is known color: Sunflower. HEX triplet: D4, AF and 0D. RGB value is (212,175,13). Sum of RGB (Red+Green+Blue) = 212+175+13=400 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53% from 400); Green value is 175 (68.75% from 255 or 43.75% from 400); Blue value is 13 (5.47% from 255 or 3.25% from 400); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AF0D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D4AF0D is #2B50F2. Grayscale: #A8A8A8. Windows color (decimal): -2838771 or 896980. OLE color: 896980.
HSL color Cylindrical-coordinate representation of color #D4AF0D: hue angle of 48.84º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D4AF0D is Cyan = 0, Magento = 0.17, Yellow = 0.94 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 175 | 13 | - |
| CMYK | 0 | 0.17 | 0.94 | 0.17 |
| HSL | 48.84º | 0.88% | 0.44% | - |
| HSV(B) | 48.84º | 0.94% | 0.83% | - |
| XYZ | 42.55 | 44.69 | 6.76 | - |
| YUV | 167.6 | 40.76 | 159.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 175 | 13 | 0 | 0.17 | 0.94 | 0.17 | 48.84 | 0.88 | 0.44 |
| Hex | D4 | AF | D | 0 | 11 | 5E | 11 | 31 | 58 | 2C |
| Octal | 324 | 257 | 15 | 0 | 21 | 136 | 21 | 61 | 130 | 54 |
| Binary | 11010100 | 10101111 | 1101 | 0 | 10001 | 1011110 | 10001 | 110001 | 1011000 | 101100 |
Color Harmonies of #D4AF0D
Complementary color
Monochromatic Colors of #D4AF0D
Black with #D4AF0D
Text Example
Text Example
White with #D4AF0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4AF0D; }
p { color: rgb(212,175,13); }
H1.HeaderClassName
{
color: #D4AF0D;
}
.AnyTagClassName
{
color: #D4AF0D;
}
</style>
background-color css
<style>
a { background-color: #D4AF0D; }
a { background-color: rgb(212,175,13); }
div.DivClassName
{
background-color: #D4AF0D;
}
.BgClassName
{
background-color: #D4AF0D;
}
</style>
border-color css
<style>
span { border-color: #D4AF0D; }
span { border-color: rgb(212,175,13); }
td.TdClassName
{
border-color: #D4AF0D;
}
.TagClassName
{
border-color: #D4AF0D;
}
</style>