Shades of Sunflower #DEC10C
Tints of Sunflower #DEC10C
RGB
CMYK
RGB Variations
Color information
#DEC10C (or 0xDEC10C) is known color: Sunflower. HEX triplet: DE, C1 and 0C. RGB value is (222,193,12). Sum of RGB (Red+Green+Blue) = 222+193+12=427 (56% of max value = 765). Red value is 222 (87.11% from 255 or 51.99% from 427); Green value is 193 (75.78% from 255 or 45.20% from 427); Blue value is 12 (5.08% from 255 or 2.81% from 427); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC10C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEC10C is #213EF3. Grayscale: #B5B5B5. Windows color (decimal): -2178804 or 836062. OLE color: 836062.
HSL color Cylindrical-coordinate representation of color #DEC10C: hue angle of 51.71º 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 #DEC10C is Cyan = 0, Magento = 0.13, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 193 | 12 | - |
| CMYK | 0 | 0.13 | 0.95 | 0.13 |
| HSL | 51.71º | 0.9% | 0.46% | - |
| HSV(B) | 51.71º | 0.95% | 0.87% | - |
| XYZ | 49.26 | 53.7 | 8.12 | - |
| YUV | 181.04 | 32.61 | 157.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 193 | 12 | 0 | 0.13 | 0.95 | 0.13 | 51.71 | 0.9 | 0.46 |
| Hex | DE | C1 | C | 0 | D | 5F | D | 34 | 5A | 2E |
| Octal | 336 | 301 | 14 | 0 | 15 | 137 | 15 | 64 | 132 | 56 |
| Binary | 11011110 | 11000001 | 1100 | 0 | 1101 | 1011111 | 1101 | 110100 | 1011010 | 101110 |
Color Harmonies of #DEC10C
Complementary color
Monochromatic Colors of #DEC10C
Black with #DEC10C
Text Example
Text Example
White with #DEC10C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC10C; }
p { color: rgb(222,193,12); }
H1.HeaderClassName
{
color: #DEC10C;
}
.AnyTagClassName
{
color: #DEC10C;
}
</style>
background-color css
<style>
a { background-color: #DEC10C; }
a { background-color: rgb(222,193,12); }
div.DivClassName
{
background-color: #DEC10C;
}
.BgClassName
{
background-color: #DEC10C;
}
</style>
border-color css
<style>
span { border-color: #DEC10C; }
span { border-color: rgb(222,193,12); }
td.TdClassName
{
border-color: #DEC10C;
}
.TagClassName
{
border-color: #DEC10C;
}
</style>