Shades of Bright Sun #DEC031
Tints of Bright Sun #DEC031
RGB
CMYK
RGB Variations
Color information
#DEC031 (or 0xDEC031) is known color: Bright Sun. HEX triplet: DE, C0 and 31. RGB value is (222,192,49). Sum of RGB (Red+Green+Blue) = 222+192+49=463 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.95% from 463); Green value is 192 (75.39% from 255 or 41.47% from 463); Blue value is 49 (19.53% from 255 or 10.58% from 463); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC031 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEC031 is #213FCE. Grayscale: #B9B9B9. Windows color (decimal): -2179023 or 3260638. OLE color: 3260638.
HSL color Cylindrical-coordinate representation of color #DEC031: hue angle of 49.6º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DEC031 is Cyan = 0, Magento = 0.14, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 192 | 49 | - |
| CMYK | 0 | 0.14 | 0.78 | 0.13 |
| HSL | 49.6º | 0.72% | 0.53% | - |
| HSV(B) | 49.6º | 0.78% | 0.87% | - |
| XYZ | 49.53 | 53.45 | 10.61 | - |
| YUV | 184.67 | 51.44 | 154.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 192 | 49 | 0 | 0.14 | 0.78 | 0.13 | 49.6 | 0.72 | 0.53 |
| Hex | DE | C0 | 31 | 0 | E | 4E | D | 32 | 48 | 35 |
| Octal | 336 | 300 | 61 | 0 | 16 | 116 | 15 | 62 | 110 | 65 |
| Binary | 11011110 | 11000000 | 110001 | 0 | 1110 | 1001110 | 1101 | 110010 | 1001000 | 110101 |
Color Harmonies of #DEC031
Complementary color
Monochromatic Colors of #DEC031
Black with #DEC031
Text Example
Text Example
White with #DEC031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC031; }
p { color: rgb(222,192,49); }
H1.HeaderClassName
{
color: #DEC031;
}
.AnyTagClassName
{
color: #DEC031;
}
</style>
background-color css
<style>
a { background-color: #DEC031; }
a { background-color: rgb(222,192,49); }
div.DivClassName
{
background-color: #DEC031;
}
.BgClassName
{
background-color: #DEC031;
}
</style>
border-color css
<style>
span { border-color: #DEC031; }
span { border-color: rgb(222,192,49); }
td.TdClassName
{
border-color: #DEC031;
}
.TagClassName
{
border-color: #DEC031;
}
</style>