Shades of Bright Sun #DEC330
Tints of Bright Sun #DEC330
RGB
CMYK
RGB Variations
Color information
#DEC330 (or 0xDEC330) is known color: Bright Sun. HEX triplet: DE, C3 and 30. RGB value is (222,195,48). Sum of RGB (Red+Green+Blue) = 222+195+48=465 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.74% from 465); Green value is 195 (76.56% from 255 or 41.94% from 465); Blue value is 48 (19.14% from 255 or 10.32% from 465); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC330 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEC330 is #213CCF. Grayscale: #BABABA. Windows color (decimal): -2178256 or 3195870. OLE color: 3195870.
HSL color Cylindrical-coordinate representation of color #DEC330: hue angle of 50.69º 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 #DEC330 is Cyan = 0, Magento = 0.12, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 195 | 48 | - |
| CMYK | 0 | 0.12 | 0.78 | 0.13 |
| HSL | 50.69º | 0.73% | 0.53% | - |
| HSV(B) | 50.69º | 0.78% | 0.87% | - |
| XYZ | 50.17 | 54.77 | 10.72 | - |
| YUV | 186.32 | 49.95 | 153.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 195 | 48 | 0 | 0.12 | 0.78 | 0.13 | 50.69 | 0.73 | 0.53 |
| Hex | DE | C3 | 30 | 0 | C | 4E | D | 33 | 48 | 35 |
| Octal | 336 | 303 | 60 | 0 | 14 | 116 | 15 | 63 | 110 | 65 |
| Binary | 11011110 | 11000011 | 110000 | 0 | 1100 | 1001110 | 1101 | 110011 | 1001000 | 110101 |
Color Harmonies of #DEC330
Complementary color
Monochromatic Colors of #DEC330
Black with #DEC330
Text Example
Text Example
White with #DEC330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC330; }
p { color: rgb(222,195,48); }
H1.HeaderClassName
{
color: #DEC330;
}
.AnyTagClassName
{
color: #DEC330;
}
</style>
background-color css
<style>
a { background-color: #DEC330; }
a { background-color: rgb(222,195,48); }
div.DivClassName
{
background-color: #DEC330;
}
.BgClassName
{
background-color: #DEC330;
}
</style>
border-color css
<style>
span { border-color: #DEC330; }
span { border-color: rgb(222,195,48); }
td.TdClassName
{
border-color: #DEC330;
}
.TagClassName
{
border-color: #DEC330;
}
</style>