Shades of Sunflower #DEC202
Tints of Sunflower #DEC202
RGB
CMYK
RGB Variations
Color information
#DEC202 (or 0xDEC202) is known color: Sunflower. HEX triplet: DE, C2 and 02. RGB value is (222,194,2). Sum of RGB (Red+Green+Blue) = 222+194+2=418 (55% of max value = 765). Red value is 222 (87.11% from 255 or 53.11% from 418); Green value is 194 (76.17% from 255 or 46.41% from 418); Blue value is 2 (1.17% from 255 or 0.48% from 418); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC202 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEC202 is #213DFD. Grayscale: #B5B5B5. Windows color (decimal): -2178558 or 180958. OLE color: 180958.
HSL color Cylindrical-coordinate representation of color #DEC202: hue angle of 52.36º 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 #DEC202 is Cyan = 0, Magento = 0.13, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 194 | 2 | - |
| CMYK | 0 | 0.13 | 0.99 | 0.13 |
| HSL | 52.36º | 0.98% | 0.44% | - |
| HSV(B) | 52.36º | 0.99% | 0.87% | - |
| XYZ | 49.43 | 54.12 | 7.9 | - |
| YUV | 180.48 | 27.28 | 157.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 194 | 2 | 0 | 0.13 | 0.99 | 0.13 | 52.36 | 0.98 | 0.44 |
| Hex | DE | C2 | 2 | 0 | D | 63 | D | 34 | 62 | 2C |
| Octal | 336 | 302 | 2 | 0 | 15 | 143 | 15 | 64 | 142 | 54 |
| Binary | 11011110 | 11000010 | 10 | 0 | 1101 | 1100011 | 1101 | 110100 | 1100010 | 101100 |
Color Harmonies of #DEC202
Complementary color
Monochromatic Colors of #DEC202
Black with #DEC202
Text Example
Text Example
White with #DEC202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC202; }
p { color: rgb(222,194,2); }
H1.HeaderClassName
{
color: #DEC202;
}
.AnyTagClassName
{
color: #DEC202;
}
</style>
background-color css
<style>
a { background-color: #DEC202; }
a { background-color: rgb(222,194,2); }
div.DivClassName
{
background-color: #DEC202;
}
.BgClassName
{
background-color: #DEC202;
}
</style>
border-color css
<style>
span { border-color: #DEC202; }
span { border-color: rgb(222,194,2); }
td.TdClassName
{
border-color: #DEC202;
}
.TagClassName
{
border-color: #DEC202;
}
</style>