Shades of Sunflower #DEC60A
Tints of Sunflower #DEC60A
RGB
CMYK
RGB Variations
Color information
#DEC60A (or 0xDEC60A) is known color: Sunflower. HEX triplet: DE, C6 and 0A. RGB value is (222,198,10). Sum of RGB (Red+Green+Blue) = 222+198+10=430 (56% of max value = 765). Red value is 222 (87.11% from 255 or 51.63% from 430); Green value is 198 (77.73% from 255 or 46.05% from 430); Blue value is 10 (4.30% from 255 or 2.33% from 430); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC60A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEC60A is #2139F5. Grayscale: #B8B8B8. Windows color (decimal): -2177526 or 706270. OLE color: 706270.
HSL color Cylindrical-coordinate representation of color #DEC60A: hue angle of 53.21º 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 #DEC60A is Cyan = 0, Magento = 0.11, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 198 | 10 | - |
| CMYK | 0 | 0.11 | 0.95 | 0.13 |
| HSL | 53.21º | 0.91% | 0.45% | - |
| HSV(B) | 53.21º | 0.95% | 0.87% | - |
| XYZ | 50.37 | 55.94 | 8.43 | - |
| YUV | 183.74 | 29.95 | 155.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 198 | 10 | 0 | 0.11 | 0.95 | 0.13 | 53.21 | 0.91 | 0.45 |
| Hex | DE | C6 | A | 0 | B | 5F | D | 35 | 5B | 2D |
| Octal | 336 | 306 | 12 | 0 | 13 | 137 | 15 | 65 | 133 | 55 |
| Binary | 11011110 | 11000110 | 1010 | 0 | 1011 | 1011111 | 1101 | 110101 | 1011011 | 101101 |
Color Harmonies of #DEC60A
Complementary color
Monochromatic Colors of #DEC60A
Black with #DEC60A
Text Example
Text Example
White with #DEC60A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC60A; }
p { color: rgb(222,198,10); }
H1.HeaderClassName
{
color: #DEC60A;
}
.AnyTagClassName
{
color: #DEC60A;
}
</style>
background-color css
<style>
a { background-color: #DEC60A; }
a { background-color: rgb(222,198,10); }
div.DivClassName
{
background-color: #DEC60A;
}
.BgClassName
{
background-color: #DEC60A;
}
</style>
border-color css
<style>
span { border-color: #DEC60A; }
span { border-color: rgb(222,198,10); }
td.TdClassName
{
border-color: #DEC60A;
}
.TagClassName
{
border-color: #DEC60A;
}
</style>