Shades of Bright Sun #DEC130
Tints of Bright Sun #DEC130
RGB
CMYK
RGB Variations
Color information
#DEC130 (or 0xDEC130) is known color: Bright Sun. HEX triplet: DE, C1 and 30. RGB value is (222,193,48). Sum of RGB (Red+Green+Blue) = 222+193+48=463 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.95% from 463); Green value is 193 (75.78% from 255 or 41.68% from 463); Blue value is 48 (19.14% from 255 or 10.37% from 463); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC130 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEC130 is #213ECF. Grayscale: #B9B9B9. Windows color (decimal): -2178768 or 3195358. OLE color: 3195358.
HSL color Cylindrical-coordinate representation of color #DEC130: hue angle of 50º degrees, saturation: 0.73, 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 #DEC130 is Cyan = 0, Magento = 0.13, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 193 | 48 | - |
| CMYK | 0 | 0.13 | 0.78 | 0.13 |
| HSL | 50º | 0.73% | 0.53% | - |
| HSV(B) | 50º | 0.78% | 0.87% | - |
| XYZ | 49.73 | 53.88 | 10.58 | - |
| YUV | 185.14 | 50.61 | 154.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 193 | 48 | 0 | 0.13 | 0.78 | 0.13 | 50 | 0.73 | 0.53 |
| Hex | DE | C1 | 30 | 0 | D | 4E | D | 32 | 48 | 35 |
| Octal | 336 | 301 | 60 | 0 | 15 | 116 | 15 | 62 | 110 | 65 |
| Binary | 11011110 | 11000001 | 110000 | 0 | 1101 | 1001110 | 1101 | 110010 | 1001000 | 110101 |
Color Harmonies of #DEC130
Complementary color
Monochromatic Colors of #DEC130
Black with #DEC130
Text Example
Text Example
White with #DEC130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC130; }
p { color: rgb(222,193,48); }
H1.HeaderClassName
{
color: #DEC130;
}
.AnyTagClassName
{
color: #DEC130;
}
</style>
background-color css
<style>
a { background-color: #DEC130; }
a { background-color: rgb(222,193,48); }
div.DivClassName
{
background-color: #DEC130;
}
.BgClassName
{
background-color: #DEC130;
}
</style>
border-color css
<style>
span { border-color: #DEC130; }
span { border-color: rgb(222,193,48); }
td.TdClassName
{
border-color: #DEC130;
}
.TagClassName
{
border-color: #DEC130;
}
</style>