Shades of Sunflower #DEAF0D
Tints of Sunflower #DEAF0D
RGB
CMYK
RGB Variations
Color information
#DEAF0D (or 0xDEAF0D) is known color: Sunflower. HEX triplet: DE, AF and 0D. RGB value is (222,175,13). Sum of RGB (Red+Green+Blue) = 222+175+13=410 (54% of max value = 765). Red value is 222 (87.11% from 255 or 54.15% from 410); Green value is 175 (68.75% from 255 or 42.68% from 410); Blue value is 13 (5.47% from 255 or 3.17% from 410); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAF0D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DEAF0D is #2150F2. Grayscale: #ABABAB. Windows color (decimal): -2183411 or 896990. OLE color: 896990.
HSL color Cylindrical-coordinate representation of color #DEAF0D: hue angle of 46.51º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DEAF0D is Cyan = 0, Magento = 0.21, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 175 | 13 | - |
| CMYK | 0 | 0.21 | 0.94 | 0.13 |
| HSL | 46.51º | 0.89% | 0.46% | - |
| HSV(B) | 46.51º | 0.94% | 0.87% | - |
| XYZ | 45.53 | 46.22 | 6.9 | - |
| YUV | 170.59 | 39.07 | 164.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 175 | 13 | 0 | 0.21 | 0.94 | 0.13 | 46.51 | 0.89 | 0.46 |
| Hex | DE | AF | D | 0 | 15 | 5E | D | 2F | 59 | 2E |
| Octal | 336 | 257 | 15 | 0 | 25 | 136 | 15 | 57 | 131 | 56 |
| Binary | 11011110 | 10101111 | 1101 | 0 | 10101 | 1011110 | 1101 | 101111 | 1011001 | 101110 |
Color Harmonies of #DEAF0D
Complementary color
Monochromatic Colors of #DEAF0D
Black with #DEAF0D
Text Example
Text Example
White with #DEAF0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEAF0D; }
p { color: rgb(222,175,13); }
H1.HeaderClassName
{
color: #DEAF0D;
}
.AnyTagClassName
{
color: #DEAF0D;
}
</style>
background-color css
<style>
a { background-color: #DEAF0D; }
a { background-color: rgb(222,175,13); }
div.DivClassName
{
background-color: #DEAF0D;
}
.BgClassName
{
background-color: #DEAF0D;
}
</style>
border-color css
<style>
span { border-color: #DEAF0D; }
span { border-color: rgb(222,175,13); }
td.TdClassName
{
border-color: #DEAF0D;
}
.TagClassName
{
border-color: #DEAF0D;
}
</style>