Shades of Sunflower #DECA0C
Tints of Sunflower #DECA0C
RGB
CMYK
RGB Variations
Color information
#DECA0C (or 0xDECA0C) is known color: Sunflower. HEX triplet: DE, CA and 0C. RGB value is (222,202,12). Sum of RGB (Red+Green+Blue) = 222+202+12=436 (57% of max value = 765). Red value is 222 (87.11% from 255 or 50.92% from 436); Green value is 202 (79.30% from 255 or 46.33% from 436); Blue value is 12 (5.08% from 255 or 2.75% from 436); Max value from RGB is 222 - color contains mainly: red. Hex color #DECA0C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DECA0C is #2135F3. Grayscale: #BBBBBB. Windows color (decimal): -2176500 or 838366. OLE color: 838366.
HSL color Cylindrical-coordinate representation of color #DECA0C: hue angle of 54.29º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DECA0C is Cyan = 0, Magento = 0.09, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 202 | 12 | - |
| CMYK | 0 | 0.09 | 0.95 | 0.13 |
| HSL | 54.29º | 0.9% | 0.46% | - |
| HSV(B) | 54.29º | 0.95% | 0.87% | - |
| XYZ | 51.31 | 57.8 | 8.8 | - |
| YUV | 186.32 | 29.63 | 153.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 202 | 12 | 0 | 0.09 | 0.95 | 0.13 | 54.29 | 0.9 | 0.46 |
| Hex | DE | CA | C | 0 | 9 | 5F | D | 36 | 5A | 2E |
| Octal | 336 | 312 | 14 | 0 | 11 | 137 | 15 | 66 | 132 | 56 |
| Binary | 11011110 | 11001010 | 1100 | 0 | 1001 | 1011111 | 1101 | 110110 | 1011010 | 101110 |
Color Harmonies of #DECA0C
Complementary color
Monochromatic Colors of #DECA0C
Black with #DECA0C
Text Example
Text Example
White with #DECA0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECA0C; }
p { color: rgb(222,202,12); }
H1.HeaderClassName
{
color: #DECA0C;
}
.AnyTagClassName
{
color: #DECA0C;
}
</style>
background-color css
<style>
a { background-color: #DECA0C; }
a { background-color: rgb(222,202,12); }
div.DivClassName
{
background-color: #DECA0C;
}
.BgClassName
{
background-color: #DECA0C;
}
</style>
border-color css
<style>
span { border-color: #DECA0C; }
span { border-color: rgb(222,202,12); }
td.TdClassName
{
border-color: #DECA0C;
}
.TagClassName
{
border-color: #DECA0C;
}
</style>