Shades of Bright Sun #DCC12E
Tints of Bright Sun #DCC12E
RGB
CMYK
RGB Variations
Color information
#DCC12E (or 0xDCC12E) is known color: Bright Sun. HEX triplet: DC, C1 and 2E. RGB value is (220,193,46). Sum of RGB (Red+Green+Blue) = 220+193+46=459 (60% of max value = 765). Red value is 220 (86.33% from 255 or 47.93% from 459); Green value is 193 (75.78% from 255 or 42.05% from 459); Blue value is 46 (18.36% from 255 or 10.02% from 459); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC12E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC12E is #233ED1. Grayscale: #B8B8B8. Windows color (decimal): -2309842 or 3064284. OLE color: 3064284.
HSL color Cylindrical-coordinate representation of color #DCC12E: hue angle of 50.69º 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 #DCC12E is Cyan = 0, Magento = 0.12, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 193 | 46 | - |
| CMYK | 0 | 0.12 | 0.79 | 0.14 |
| HSL | 50.69º | 0.71% | 0.52% | - |
| HSV(B) | 50.69º | 0.79% | 0.86% | - |
| XYZ | 49.08 | 53.55 | 10.33 | - |
| YUV | 184.32 | 49.95 | 153.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 193 | 46 | 0 | 0.12 | 0.79 | 0.14 | 50.69 | 0.71 | 0.52 |
| Hex | DC | C1 | 2E | 0 | C | 4F | E | 33 | 47 | 34 |
| Octal | 334 | 301 | 56 | 0 | 14 | 117 | 16 | 63 | 107 | 64 |
| Binary | 11011100 | 11000001 | 101110 | 0 | 1100 | 1001111 | 1110 | 110011 | 1000111 | 110100 |
Color Harmonies of #DCC12E
Complementary color
Monochromatic Colors of #DCC12E
Black with #DCC12E
Text Example
Text Example
White with #DCC12E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC12E; }
p { color: rgb(220,193,46); }
H1.HeaderClassName
{
color: #DCC12E;
}
.AnyTagClassName
{
color: #DCC12E;
}
</style>
background-color css
<style>
a { background-color: #DCC12E; }
a { background-color: rgb(220,193,46); }
div.DivClassName
{
background-color: #DCC12E;
}
.BgClassName
{
background-color: #DCC12E;
}
</style>
border-color css
<style>
span { border-color: #DCC12E; }
span { border-color: rgb(220,193,46); }
td.TdClassName
{
border-color: #DCC12E;
}
.TagClassName
{
border-color: #DCC12E;
}
</style>