Shades of Sunflower #DEC602
Tints of Sunflower #DEC602
RGB
CMYK
RGB Variations
Color information
#DEC602 (or 0xDEC602) is known color: Sunflower. HEX triplet: DE, C6 and 02. RGB value is (222,198,2). Sum of RGB (Red+Green+Blue) = 222+198+2=422 (55% of max value = 765). Red value is 222 (87.11% from 255 or 52.61% from 422); Green value is 198 (77.73% from 255 or 46.92% from 422); Blue value is 2 (1.17% from 255 or 0.47% from 422); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC602 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEC602 is #2139FD. Grayscale: #B7B7B7. Windows color (decimal): -2177534 or 181982. OLE color: 181982.
HSL color Cylindrical-coordinate representation of color #DEC602: hue angle of 53.45º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DEC602 is Cyan = 0, Magento = 0.11, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 198 | 2 | - |
| CMYK | 0 | 0.11 | 0.99 | 0.13 |
| HSL | 53.45º | 0.98% | 0.44% | - |
| HSV(B) | 53.45º | 0.99% | 0.87% | - |
| XYZ | 50.33 | 55.92 | 8.2 | - |
| YUV | 182.83 | 25.95 | 155.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 198 | 2 | 0 | 0.11 | 0.99 | 0.13 | 53.45 | 0.98 | 0.44 |
| Hex | DE | C6 | 2 | 0 | B | 63 | D | 35 | 62 | 2C |
| Octal | 336 | 306 | 2 | 0 | 13 | 143 | 15 | 65 | 142 | 54 |
| Binary | 11011110 | 11000110 | 10 | 0 | 1011 | 1100011 | 1101 | 110101 | 1100010 | 101100 |
Color Harmonies of #DEC602
Complementary color
Monochromatic Colors of #DEC602
Black with #DEC602
Text Example
Text Example
White with #DEC602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC602; }
p { color: rgb(222,198,2); }
H1.HeaderClassName
{
color: #DEC602;
}
.AnyTagClassName
{
color: #DEC602;
}
</style>
background-color css
<style>
a { background-color: #DEC602; }
a { background-color: rgb(222,198,2); }
div.DivClassName
{
background-color: #DEC602;
}
.BgClassName
{
background-color: #DEC602;
}
</style>
border-color css
<style>
span { border-color: #DEC602; }
span { border-color: rgb(222,198,2); }
td.TdClassName
{
border-color: #DEC602;
}
.TagClassName
{
border-color: #DEC602;
}
</style>