Shades of Sunflower #DEC00C
Tints of Sunflower #DEC00C
RGB
CMYK
RGB Variations
Color information
#DEC00C (or 0xDEC00C) is known color: Sunflower. HEX triplet: DE, C0 and 0C. RGB value is (222,192,12). Sum of RGB (Red+Green+Blue) = 222+192+12=426 (56% of max value = 765). Red value is 222 (87.11% from 255 or 52.11% from 426); Green value is 192 (75.39% from 255 or 45.07% from 426); Blue value is 12 (5.08% from 255 or 2.82% from 426); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC00C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEC00C is #213FF3. Grayscale: #B5B5B5. Windows color (decimal): -2179060 or 835806. OLE color: 835806.
HSL color Cylindrical-coordinate representation of color #DEC00C: hue angle of 51.43º 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 #DEC00C is Cyan = 0, Magento = 0.14, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 192 | 12 | - |
| CMYK | 0 | 0.14 | 0.95 | 0.13 |
| HSL | 51.43º | 0.9% | 0.46% | - |
| HSV(B) | 51.43º | 0.95% | 0.87% | - |
| XYZ | 49.04 | 53.26 | 8.04 | - |
| YUV | 180.45 | 32.94 | 157.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 192 | 12 | 0 | 0.14 | 0.95 | 0.13 | 51.43 | 0.9 | 0.46 |
| Hex | DE | C0 | C | 0 | E | 5F | D | 33 | 5A | 2E |
| Octal | 336 | 300 | 14 | 0 | 16 | 137 | 15 | 63 | 132 | 56 |
| Binary | 11011110 | 11000000 | 1100 | 0 | 1110 | 1011111 | 1101 | 110011 | 1011010 | 101110 |
Color Harmonies of #DEC00C
Complementary color
Monochromatic Colors of #DEC00C
Black with #DEC00C
Text Example
Text Example
White with #DEC00C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC00C; }
p { color: rgb(222,192,12); }
H1.HeaderClassName
{
color: #DEC00C;
}
.AnyTagClassName
{
color: #DEC00C;
}
</style>
background-color css
<style>
a { background-color: #DEC00C; }
a { background-color: rgb(222,192,12); }
div.DivClassName
{
background-color: #DEC00C;
}
.BgClassName
{
background-color: #DEC00C;
}
</style>
border-color css
<style>
span { border-color: #DEC00C; }
span { border-color: rgb(222,192,12); }
td.TdClassName
{
border-color: #DEC00C;
}
.TagClassName
{
border-color: #DEC00C;
}
</style>