Shades of Sunflower #DECC0A
Tints of Sunflower #DECC0A
RGB
CMYK
RGB Variations
Color information
#DECC0A (or 0xDECC0A) is known color: Sunflower. HEX triplet: DE, CC and 0A. RGB value is (222,204,10). Sum of RGB (Red+Green+Blue) = 222+204+10=436 (57% of max value = 765). Red value is 222 (87.11% from 255 or 50.92% from 436); Green value is 204 (80.08% from 255 or 46.79% from 436); Blue value is 10 (4.30% from 255 or 2.29% from 436); Max value from RGB is 222 - color contains mainly: red. Hex color #DECC0A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DECC0A is #2133F5. Grayscale: #BCBCBC. Windows color (decimal): -2175990 or 707806. OLE color: 707806.
HSL color Cylindrical-coordinate representation of color #DECC0A: hue angle of 54.91º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DECC0A is Cyan = 0, Magento = 0.08, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 204 | 10 | - |
| CMYK | 0 | 0.08 | 0.95 | 0.13 |
| HSL | 54.91º | 0.91% | 0.45% | - |
| HSV(B) | 54.91º | 0.95% | 0.87% | - |
| XYZ | 51.77 | 58.74 | 8.9 | - |
| YUV | 187.27 | 27.96 | 152.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 204 | 10 | 0 | 0.08 | 0.95 | 0.13 | 54.91 | 0.91 | 0.45 |
| Hex | DE | CC | A | 0 | 8 | 5F | D | 37 | 5B | 2D |
| Octal | 336 | 314 | 12 | 0 | 10 | 137 | 15 | 67 | 133 | 55 |
| Binary | 11011110 | 11001100 | 1010 | 0 | 1000 | 1011111 | 1101 | 110111 | 1011011 | 101101 |
Color Harmonies of #DECC0A
Complementary color
Monochromatic Colors of #DECC0A
Black with #DECC0A
Text Example
Text Example
White with #DECC0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECC0A; }
p { color: rgb(222,204,10); }
H1.HeaderClassName
{
color: #DECC0A;
}
.AnyTagClassName
{
color: #DECC0A;
}
</style>
background-color css
<style>
a { background-color: #DECC0A; }
a { background-color: rgb(222,204,10); }
div.DivClassName
{
background-color: #DECC0A;
}
.BgClassName
{
background-color: #DECC0A;
}
</style>
border-color css
<style>
span { border-color: #DECC0A; }
span { border-color: rgb(222,204,10); }
td.TdClassName
{
border-color: #DECC0A;
}
.TagClassName
{
border-color: #DECC0A;
}
</style>