Shades of Sunflower #DECC0D
Tints of Sunflower #DECC0D
RGB
CMYK
RGB Variations
Color information
#DECC0D (or 0xDECC0D) is known color: Sunflower. HEX triplet: DE, CC and 0D. RGB value is (222,204,13). Sum of RGB (Red+Green+Blue) = 222+204+13=439 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.57% from 439); Green value is 204 (80.08% from 255 or 46.47% from 439); Blue value is 13 (5.47% from 255 or 2.96% from 439); Max value from RGB is 222 - color contains mainly: red. Hex color #DECC0D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DECC0D is #2133F2. Grayscale: #BCBCBC. Windows color (decimal): -2175987 or 904414. OLE color: 904414.
HSL color Cylindrical-coordinate representation of color #DECC0D: hue angle of 54.83º 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 #DECC0D is Cyan = 0, Magento = 0.08, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 204 | 13 | - |
| CMYK | 0 | 0.08 | 0.94 | 0.13 |
| HSL | 54.83º | 0.89% | 0.46% | - |
| HSV(B) | 54.83º | 0.94% | 0.87% | - |
| XYZ | 51.79 | 58.74 | 8.99 | - |
| YUV | 187.61 | 29.46 | 152.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 204 | 13 | 0 | 0.08 | 0.94 | 0.13 | 54.83 | 0.89 | 0.46 |
| Hex | DE | CC | D | 0 | 8 | 5E | D | 37 | 59 | 2E |
| Octal | 336 | 314 | 15 | 0 | 10 | 136 | 15 | 67 | 131 | 56 |
| Binary | 11011110 | 11001100 | 1101 | 0 | 1000 | 1011110 | 1101 | 110111 | 1011001 | 101110 |
Color Harmonies of #DECC0D
Complementary color
Monochromatic Colors of #DECC0D
Black with #DECC0D
Text Example
Text Example
White with #DECC0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECC0D; }
p { color: rgb(222,204,13); }
H1.HeaderClassName
{
color: #DECC0D;
}
.AnyTagClassName
{
color: #DECC0D;
}
</style>
background-color css
<style>
a { background-color: #DECC0D; }
a { background-color: rgb(222,204,13); }
div.DivClassName
{
background-color: #DECC0D;
}
.BgClassName
{
background-color: #DECC0D;
}
</style>
border-color css
<style>
span { border-color: #DECC0D; }
span { border-color: rgb(222,204,13); }
td.TdClassName
{
border-color: #DECC0D;
}
.TagClassName
{
border-color: #DECC0D;
}
</style>