Shades of Sunflower #DEC010
Tints of Sunflower #DEC010
RGB
CMYK
RGB Variations
Color information
#DEC010 (or 0xDEC010) is known color: Sunflower. HEX triplet: DE, C0 and 10. RGB value is (222,192,16). Sum of RGB (Red+Green+Blue) = 222+192+16=430 (56% of max value = 765). Red value is 222 (87.11% from 255 or 51.63% from 430); Green value is 192 (75.39% from 255 or 44.65% from 430); Blue value is 16 (6.64% from 255 or 3.72% from 430); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC010 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEC010 is #213FEF. Grayscale: #B5B5B5. Windows color (decimal): -2179056 or 1097950. OLE color: 1097950.
HSL color Cylindrical-coordinate representation of color #DEC010: hue angle of 51.26º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DEC010 is Cyan = 0, Magento = 0.14, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 192 | 16 | - |
| CMYK | 0 | 0.14 | 0.93 | 0.13 |
| HSL | 51.26º | 0.87% | 0.47% | - |
| HSV(B) | 51.26º | 0.93% | 0.87% | - |
| XYZ | 49.07 | 53.27 | 8.19 | - |
| YUV | 180.91 | 34.94 | 157.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 192 | 16 | 0 | 0.14 | 0.93 | 0.13 | 51.26 | 0.87 | 0.47 |
| Hex | DE | C0 | 10 | 0 | E | 5D | D | 33 | 57 | 2F |
| Octal | 336 | 300 | 20 | 0 | 16 | 135 | 15 | 63 | 127 | 57 |
| Binary | 11011110 | 11000000 | 10000 | 0 | 1110 | 1011101 | 1101 | 110011 | 1010111 | 101111 |
Color Harmonies of #DEC010
Complementary color
Monochromatic Colors of #DEC010
Black with #DEC010
Text Example
Text Example
White with #DEC010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC010; }
p { color: rgb(222,192,16); }
H1.HeaderClassName
{
color: #DEC010;
}
.AnyTagClassName
{
color: #DEC010;
}
</style>
background-color css
<style>
a { background-color: #DEC010; }
a { background-color: rgb(222,192,16); }
div.DivClassName
{
background-color: #DEC010;
}
.BgClassName
{
background-color: #DEC010;
}
</style>
border-color css
<style>
span { border-color: #DEC010; }
span { border-color: rgb(222,192,16); }
td.TdClassName
{
border-color: #DEC010;
}
.TagClassName
{
border-color: #DEC010;
}
</style>