Shades of Bright Sun #DFC42E
Tints of Bright Sun #DFC42E
RGB
CMYK
RGB Variations
Color information
#DFC42E (or 0xDFC42E) is known color: Bright Sun. HEX triplet: DF, C4 and 2E. RGB value is (223,196,46). Sum of RGB (Red+Green+Blue) = 223+196+46=465 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.96% from 465); Green value is 196 (76.95% from 255 or 42.15% from 465); Blue value is 46 (18.36% from 255 or 9.89% from 465); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC42E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFC42E is #203BD1. Grayscale: #BBBBBB. Windows color (decimal): -2112466 or 3065055. OLE color: 3065055.
HSL color Cylindrical-coordinate representation of color #DFC42E: hue angle of 50.85º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DFC42E is Cyan = 0, Magento = 0.12, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 196 | 46 | - |
| CMYK | 0 | 0.12 | 0.79 | 0.13 |
| HSL | 50.85º | 0.73% | 0.53% | - |
| HSV(B) | 50.85º | 0.79% | 0.87% | - |
| XYZ | 50.66 | 55.37 | 10.6 | - |
| YUV | 186.97 | 48.45 | 153.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 196 | 46 | 0 | 0.12 | 0.79 | 0.13 | 50.85 | 0.73 | 0.53 |
| Hex | DF | C4 | 2E | 0 | C | 4F | D | 33 | 49 | 35 |
| Octal | 337 | 304 | 56 | 0 | 14 | 117 | 15 | 63 | 111 | 65 |
| Binary | 11011111 | 11000100 | 101110 | 0 | 1100 | 1001111 | 1101 | 110011 | 1001001 | 110101 |
Color Harmonies of #DFC42E
Complementary color
Monochromatic Colors of #DFC42E
Black with #DFC42E
Text Example
Text Example
White with #DFC42E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC42E; }
p { color: rgb(223,196,46); }
H1.HeaderClassName
{
color: #DFC42E;
}
.AnyTagClassName
{
color: #DFC42E;
}
</style>
background-color css
<style>
a { background-color: #DFC42E; }
a { background-color: rgb(223,196,46); }
div.DivClassName
{
background-color: #DFC42E;
}
.BgClassName
{
background-color: #DFC42E;
}
</style>
border-color css
<style>
span { border-color: #DFC42E; }
span { border-color: rgb(223,196,46); }
td.TdClassName
{
border-color: #DFC42E;
}
.TagClassName
{
border-color: #DFC42E;
}
</style>