Shades of Bright Sun #DFC02C
Tints of Bright Sun #DFC02C
RGB
CMYK
RGB Variations
Color information
#DFC02C (or 0xDFC02C) is known color: Bright Sun. HEX triplet: DF, C0 and 2C. RGB value is (223,192,44). Sum of RGB (Red+Green+Blue) = 223+192+44=459 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.58% from 459); Green value is 192 (75.39% from 255 or 41.83% from 459); Blue value is 44 (17.58% from 255 or 9.59% from 459); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC02C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFC02C is #203FD3. Grayscale: #B9B9B9. Windows color (decimal): -2113492 or 2932959. OLE color: 2932959.
HSL color Cylindrical-coordinate representation of color #DFC02C: hue angle of 49.61º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DFC02C is Cyan = 0, Magento = 0.14, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 192 | 44 | - |
| CMYK | 0 | 0.14 | 0.80 | 0.13 |
| HSL | 49.61º | 0.74% | 0.52% | - |
| HSV(B) | 49.61º | 0.8% | 0.87% | - |
| XYZ | 49.74 | 53.57 | 10.1 | - |
| YUV | 184.4 | 48.77 | 155.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 192 | 44 | 0 | 0.14 | 0.80 | 0.13 | 49.61 | 0.74 | 0.52 |
| Hex | DF | C0 | 2C | 0 | E | 50 | D | 32 | 4A | 34 |
| Octal | 337 | 300 | 54 | 0 | 16 | 120 | 15 | 62 | 112 | 64 |
| Binary | 11011111 | 11000000 | 101100 | 0 | 1110 | 1010000 | 1101 | 110010 | 1001010 | 110100 |
Color Harmonies of #DFC02C
Complementary color
Monochromatic Colors of #DFC02C
Black with #DFC02C
Text Example
Text Example
White with #DFC02C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC02C; }
p { color: rgb(223,192,44); }
H1.HeaderClassName
{
color: #DFC02C;
}
.AnyTagClassName
{
color: #DFC02C;
}
</style>
background-color css
<style>
a { background-color: #DFC02C; }
a { background-color: rgb(223,192,44); }
div.DivClassName
{
background-color: #DFC02C;
}
.BgClassName
{
background-color: #DFC02C;
}
</style>
border-color css
<style>
span { border-color: #DFC02C; }
span { border-color: rgb(223,192,44); }
td.TdClassName
{
border-color: #DFC02C;
}
.TagClassName
{
border-color: #DFC02C;
}
</style>