Shades of Bright Sun #DCC02C
Tints of Bright Sun #DCC02C
RGB
CMYK
RGB Variations
Color information
#DCC02C (or 0xDCC02C) is known color: Bright Sun. HEX triplet: DC, C0 and 2C. RGB value is (220,192,44). Sum of RGB (Red+Green+Blue) = 220+192+44=456 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.25% from 456); Green value is 192 (75.39% from 255 or 42.11% from 456); Blue value is 44 (17.58% from 255 or 9.65% from 456); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC02C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC02C is #233FD3. Grayscale: #B8B8B8. Windows color (decimal): -2310100 or 2932956. OLE color: 2932956.
HSL color Cylindrical-coordinate representation of color #DCC02C: hue angle of 50.45º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DCC02C is Cyan = 0, Magento = 0.13, Yellow = 0.8 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 192 | 44 | - |
| CMYK | 0 | 0.13 | 0.8 | 0.14 |
| HSL | 50.45º | 0.72% | 0.52% | - |
| HSV(B) | 50.45º | 0.8% | 0.86% | - |
| XYZ | 48.82 | 53.1 | 10.06 | - |
| YUV | 183.5 | 49.28 | 154.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 192 | 44 | 0 | 0.13 | 0.8 | 0.14 | 50.45 | 0.72 | 0.52 |
| Hex | DC | C0 | 2C | 0 | D | 50 | E | 32 | 48 | 34 |
| Octal | 334 | 300 | 54 | 0 | 15 | 120 | 16 | 62 | 110 | 64 |
| Binary | 11011100 | 11000000 | 101100 | 0 | 1101 | 1010000 | 1110 | 110010 | 1001000 | 110100 |
Color Harmonies of #DCC02C
Complementary color
Monochromatic Colors of #DCC02C
Black with #DCC02C
Text Example
Text Example
White with #DCC02C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC02C; }
p { color: rgb(220,192,44); }
H1.HeaderClassName
{
color: #DCC02C;
}
.AnyTagClassName
{
color: #DCC02C;
}
</style>
background-color css
<style>
a { background-color: #DCC02C; }
a { background-color: rgb(220,192,44); }
div.DivClassName
{
background-color: #DCC02C;
}
.BgClassName
{
background-color: #DCC02C;
}
</style>
border-color css
<style>
span { border-color: #DCC02C; }
span { border-color: rgb(220,192,44); }
td.TdClassName
{
border-color: #DCC02C;
}
.TagClassName
{
border-color: #DCC02C;
}
</style>