Shades of Bright Sun #DFC42F
Tints of Bright Sun #DFC42F
RGB
CMYK
RGB Variations
Color information
#DFC42F (or 0xDFC42F) is known color: Bright Sun. HEX triplet: DF, C4 and 2F. RGB value is (223,196,47). Sum of RGB (Red+Green+Blue) = 223+196+47=466 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.85% from 466); Green value is 196 (76.95% from 255 or 42.06% from 466); Blue value is 47 (18.75% from 255 or 10.09% from 466); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC42F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFC42F is #203BD0. Grayscale: #BBBBBB. Windows color (decimal): -2112465 or 3130591. OLE color: 3130591.
HSL color Cylindrical-coordinate representation of color #DFC42F: hue angle of 50.8º 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 #DFC42F is Cyan = 0, Magento = 0.12, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 196 | 47 | - |
| CMYK | 0 | 0.12 | 0.79 | 0.13 |
| HSL | 50.8º | 0.73% | 0.53% | - |
| HSV(B) | 50.8º | 0.79% | 0.87% | - |
| XYZ | 50.68 | 55.37 | 10.71 | - |
| YUV | 187.09 | 48.95 | 153.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 196 | 47 | 0 | 0.12 | 0.79 | 0.13 | 50.8 | 0.73 | 0.53 |
| Hex | DF | C4 | 2F | 0 | C | 4F | D | 33 | 49 | 35 |
| Octal | 337 | 304 | 57 | 0 | 14 | 117 | 15 | 63 | 111 | 65 |
| Binary | 11011111 | 11000100 | 101111 | 0 | 1100 | 1001111 | 1101 | 110011 | 1001001 | 110101 |
Color Harmonies of #DFC42F
Complementary color
Monochromatic Colors of #DFC42F
Black with #DFC42F
Text Example
Text Example
White with #DFC42F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC42F; }
p { color: rgb(223,196,47); }
H1.HeaderClassName
{
color: #DFC42F;
}
.AnyTagClassName
{
color: #DFC42F;
}
</style>
background-color css
<style>
a { background-color: #DFC42F; }
a { background-color: rgb(223,196,47); }
div.DivClassName
{
background-color: #DFC42F;
}
.BgClassName
{
background-color: #DFC42F;
}
</style>
border-color css
<style>
span { border-color: #DFC42F; }
span { border-color: rgb(223,196,47); }
td.TdClassName
{
border-color: #DFC42F;
}
.TagClassName
{
border-color: #DFC42F;
}
</style>