Shades of Bright Sun #DEC02A
Tints of Bright Sun #DEC02A
RGB
CMYK
RGB Variations
Color information
#DEC02A (or 0xDEC02A) is known color: Bright Sun. HEX triplet: DE, C0 and 2A. RGB value is (222,192,42). Sum of RGB (Red+Green+Blue) = 222+192+42=456 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.68% from 456); Green value is 192 (75.39% from 255 or 42.11% from 456); Blue value is 42 (16.80% from 255 or 9.21% from 456); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC02A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEC02A is #213FD5. Grayscale: #B8B8B8. Windows color (decimal): -2179030 or 2801886. OLE color: 2801886.
HSL color Cylindrical-coordinate representation of color #DEC02A: hue angle of 50º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DEC02A is Cyan = 0, Magento = 0.14, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 192 | 42 | - |
| CMYK | 0 | 0.14 | 0.81 | 0.13 |
| HSL | 50º | 0.73% | 0.52% | - |
| HSV(B) | 50º | 0.81% | 0.87% | - |
| XYZ | 49.39 | 53.4 | 9.89 | - |
| YUV | 183.87 | 47.94 | 155.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 192 | 42 | 0 | 0.14 | 0.81 | 0.13 | 50 | 0.73 | 0.52 |
| Hex | DE | C0 | 2A | 0 | E | 51 | D | 32 | 49 | 34 |
| Octal | 336 | 300 | 52 | 0 | 16 | 121 | 15 | 62 | 111 | 64 |
| Binary | 11011110 | 11000000 | 101010 | 0 | 1110 | 1010001 | 1101 | 110010 | 1001001 | 110100 |
Color Harmonies of #DEC02A
Complementary color
Monochromatic Colors of #DEC02A
Black with #DEC02A
Text Example
Text Example
White with #DEC02A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC02A; }
p { color: rgb(222,192,42); }
H1.HeaderClassName
{
color: #DEC02A;
}
.AnyTagClassName
{
color: #DEC02A;
}
</style>
background-color css
<style>
a { background-color: #DEC02A; }
a { background-color: rgb(222,192,42); }
div.DivClassName
{
background-color: #DEC02A;
}
.BgClassName
{
background-color: #DEC02A;
}
</style>
border-color css
<style>
span { border-color: #DEC02A; }
span { border-color: rgb(222,192,42); }
td.TdClassName
{
border-color: #DEC02A;
}
.TagClassName
{
border-color: #DEC02A;
}
</style>