Shades of Bright Sun #DCC02E
Tints of Bright Sun #DCC02E
RGB
CMYK
RGB Variations
Color information
#DCC02E (or 0xDCC02E) is known color: Bright Sun. HEX triplet: DC, C0 and 2E. RGB value is (220,192,46). Sum of RGB (Red+Green+Blue) = 220+192+46=458 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.03% from 458); Green value is 192 (75.39% from 255 or 41.92% from 458); Blue value is 46 (18.36% from 255 or 10.04% from 458); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC02E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC02E is #233FD1. Grayscale: #B8B8B8. Windows color (decimal): -2310098 or 3064028. OLE color: 3064028.
HSL color Cylindrical-coordinate representation of color #DCC02E: hue angle of 50.34º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DCC02E is Cyan = 0, Magento = 0.13, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 192 | 46 | - |
| CMYK | 0 | 0.13 | 0.79 | 0.14 |
| HSL | 50.34º | 0.71% | 0.52% | - |
| HSV(B) | 50.34º | 0.79% | 0.86% | - |
| XYZ | 48.86 | 53.11 | 10.26 | - |
| YUV | 183.73 | 50.28 | 153.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 192 | 46 | 0 | 0.13 | 0.79 | 0.14 | 50.34 | 0.71 | 0.52 |
| Hex | DC | C0 | 2E | 0 | D | 4F | E | 32 | 47 | 34 |
| Octal | 334 | 300 | 56 | 0 | 15 | 117 | 16 | 62 | 107 | 64 |
| Binary | 11011100 | 11000000 | 101110 | 0 | 1101 | 1001111 | 1110 | 110010 | 1000111 | 110100 |
Color Harmonies of #DCC02E
Complementary color
Monochromatic Colors of #DCC02E
Black with #DCC02E
Text Example
Text Example
White with #DCC02E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC02E; }
p { color: rgb(220,192,46); }
H1.HeaderClassName
{
color: #DCC02E;
}
.AnyTagClassName
{
color: #DCC02E;
}
</style>
background-color css
<style>
a { background-color: #DCC02E; }
a { background-color: rgb(220,192,46); }
div.DivClassName
{
background-color: #DCC02E;
}
.BgClassName
{
background-color: #DCC02E;
}
</style>
border-color css
<style>
span { border-color: #DCC02E; }
span { border-color: rgb(220,192,46); }
td.TdClassName
{
border-color: #DCC02E;
}
.TagClassName
{
border-color: #DCC02E;
}
</style>