Shades of Bright Sun #DEC02E
Tints of Bright Sun #DEC02E
RGB
CMYK
RGB Variations
Color information
#DEC02E (or 0xDEC02E) is known color: Bright Sun. HEX triplet: DE, C0 and 2E. RGB value is (222,192,46). Sum of RGB (Red+Green+Blue) = 222+192+46=460 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.26% from 460); Green value is 192 (75.39% from 255 or 41.74% from 460); Blue value is 46 (18.36% from 255 or 10% from 460); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC02E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEC02E is #213FD1. Grayscale: #B8B8B8. Windows color (decimal): -2179026 or 3064030. OLE color: 3064030.
HSL color Cylindrical-coordinate representation of color #DEC02E: hue angle of 49.77º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DEC02E is Cyan = 0, Magento = 0.14, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 192 | 46 | - |
| CMYK | 0 | 0.14 | 0.79 | 0.13 |
| HSL | 49.77º | 0.73% | 0.53% | - |
| HSV(B) | 49.77º | 0.79% | 0.87% | - |
| XYZ | 49.47 | 53.43 | 10.29 | - |
| YUV | 184.33 | 49.94 | 154.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 192 | 46 | 0 | 0.14 | 0.79 | 0.13 | 49.77 | 0.73 | 0.53 |
| Hex | DE | C0 | 2E | 0 | E | 4F | D | 32 | 49 | 35 |
| Octal | 336 | 300 | 56 | 0 | 16 | 117 | 15 | 62 | 111 | 65 |
| Binary | 11011110 | 11000000 | 101110 | 0 | 1110 | 1001111 | 1101 | 110010 | 1001001 | 110101 |
Color Harmonies of #DEC02E
Complementary color
Monochromatic Colors of #DEC02E
Black with #DEC02E
Text Example
Text Example
White with #DEC02E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC02E; }
p { color: rgb(222,192,46); }
H1.HeaderClassName
{
color: #DEC02E;
}
.AnyTagClassName
{
color: #DEC02E;
}
</style>
background-color css
<style>
a { background-color: #DEC02E; }
a { background-color: rgb(222,192,46); }
div.DivClassName
{
background-color: #DEC02E;
}
.BgClassName
{
background-color: #DEC02E;
}
</style>
border-color css
<style>
span { border-color: #DEC02E; }
span { border-color: rgb(222,192,46); }
td.TdClassName
{
border-color: #DEC02E;
}
.TagClassName
{
border-color: #DEC02E;
}
</style>