Shades of Sunflower #D5AF0D
Tints of Sunflower #D5AF0D
RGB
CMYK
RGB Variations
Color information
#D5AF0D (or 0xD5AF0D) is known color: Sunflower. HEX triplet: D5, AF and 0D. RGB value is (213,175,13). Sum of RGB (Red+Green+Blue) = 213+175+13=401 (53% of max value = 765). Red value is 213 (83.59% from 255 or 53.12% from 401); Green value is 175 (68.75% from 255 or 43.64% from 401); Blue value is 13 (5.47% from 255 or 3.24% from 401); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AF0D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D5AF0D is #2A50F2. Grayscale: #A8A8A8. Windows color (decimal): -2773235 or 896981. OLE color: 896981.
HSL color Cylindrical-coordinate representation of color #D5AF0D: hue angle of 48.6º degrees, saturation: 0.88, 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 #D5AF0D is Cyan = 0, Magento = 0.18, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 175 | 13 | - |
| CMYK | 0 | 0.18 | 0.94 | 0.16 |
| HSL | 48.6º | 0.88% | 0.44% | - |
| HSV(B) | 48.6º | 0.94% | 0.84% | - |
| XYZ | 42.84 | 44.84 | 6.78 | - |
| YUV | 167.89 | 40.59 | 160.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 175 | 13 | 0 | 0.18 | 0.94 | 0.16 | 48.6 | 0.88 | 0.44 |
| Hex | D5 | AF | D | 0 | 12 | 5E | 10 | 31 | 58 | 2C |
| Octal | 325 | 257 | 15 | 0 | 22 | 136 | 20 | 61 | 130 | 54 |
| Binary | 11010101 | 10101111 | 1101 | 0 | 10010 | 1011110 | 10000 | 110001 | 1011000 | 101100 |
Color Harmonies of #D5AF0D
Complementary color
Monochromatic Colors of #D5AF0D
Black with #D5AF0D
Text Example
Text Example
White with #D5AF0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5AF0D; }
p { color: rgb(213,175,13); }
H1.HeaderClassName
{
color: #D5AF0D;
}
.AnyTagClassName
{
color: #D5AF0D;
}
</style>
background-color css
<style>
a { background-color: #D5AF0D; }
a { background-color: rgb(213,175,13); }
div.DivClassName
{
background-color: #D5AF0D;
}
.BgClassName
{
background-color: #D5AF0D;
}
</style>
border-color css
<style>
span { border-color: #D5AF0D; }
span { border-color: rgb(213,175,13); }
td.TdClassName
{
border-color: #D5AF0D;
}
.TagClassName
{
border-color: #D5AF0D;
}
</style>