Shades of Sunflower #D5AF0C
Tints of Sunflower #D5AF0C
RGB
CMYK
RGB Variations
Color information
#D5AF0C (or 0xD5AF0C) is known color: Sunflower. HEX triplet: D5, AF and 0C. RGB value is (213,175,12). Sum of RGB (Red+Green+Blue) = 213+175+12=400 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.25% from 400); Green value is 175 (68.75% from 255 or 43.75% from 400); Blue value is 12 (5.08% from 255 or 3% from 400); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AF0C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D5AF0C is #2A50F3. Grayscale: #A8A8A8. Windows color (decimal): -2773236 or 831445. OLE color: 831445.
HSL color Cylindrical-coordinate representation of color #D5AF0C: hue angle of 48.66º 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 #D5AF0C is Cyan = 0, Magento = 0.18, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 175 | 12 | - |
| CMYK | 0 | 0.18 | 0.94 | 0.16 |
| HSL | 48.66º | 0.89% | 0.44% | - |
| HSV(B) | 48.66º | 0.94% | 0.84% | - |
| XYZ | 42.84 | 44.83 | 6.74 | - |
| YUV | 167.78 | 40.09 | 160.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 175 | 12 | 0 | 0.18 | 0.94 | 0.16 | 48.66 | 0.89 | 0.44 |
| Hex | D5 | AF | C | 0 | 12 | 5E | 10 | 31 | 59 | 2C |
| Octal | 325 | 257 | 14 | 0 | 22 | 136 | 20 | 61 | 131 | 54 |
| Binary | 11010101 | 10101111 | 1100 | 0 | 10010 | 1011110 | 10000 | 110001 | 1011001 | 101100 |
Color Harmonies of #D5AF0C
Complementary color
Monochromatic Colors of #D5AF0C
Black with #D5AF0C
Text Example
Text Example
White with #D5AF0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5AF0C; }
p { color: rgb(213,175,12); }
H1.HeaderClassName
{
color: #D5AF0C;
}
.AnyTagClassName
{
color: #D5AF0C;
}
</style>
background-color css
<style>
a { background-color: #D5AF0C; }
a { background-color: rgb(213,175,12); }
div.DivClassName
{
background-color: #D5AF0C;
}
.BgClassName
{
background-color: #D5AF0C;
}
</style>
border-color css
<style>
span { border-color: #D5AF0C; }
span { border-color: rgb(213,175,12); }
td.TdClassName
{
border-color: #D5AF0C;
}
.TagClassName
{
border-color: #D5AF0C;
}
</style>