Shades of Bright Sun #DFC62E
Tints of Bright Sun #DFC62E
RGB
CMYK
RGB Variations
Color information
#DFC62E (or 0xDFC62E) is known color: Bright Sun. HEX triplet: DF, C6 and 2E. RGB value is (223,198,46). Sum of RGB (Red+Green+Blue) = 223+198+46=467 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.75% from 467); Green value is 198 (77.73% from 255 or 42.40% from 467); Blue value is 46 (18.36% from 255 or 9.85% from 467); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC62E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFC62E is #2039D1. Grayscale: #BCBCBC. Windows color (decimal): -2111954 or 3065567. OLE color: 3065567.
HSL color Cylindrical-coordinate representation of color #DFC62E: hue angle of 51.53º 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 #DFC62E is Cyan = 0, Magento = 0.11, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 198 | 46 | - |
| CMYK | 0 | 0.11 | 0.79 | 0.13 |
| HSL | 51.53º | 0.73% | 0.53% | - |
| HSV(B) | 51.53º | 0.79% | 0.87% | - |
| XYZ | 51.12 | 56.27 | 10.75 | - |
| YUV | 188.15 | 47.78 | 152.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 198 | 46 | 0 | 0.11 | 0.79 | 0.13 | 51.53 | 0.73 | 0.53 |
| Hex | DF | C6 | 2E | 0 | B | 4F | D | 34 | 49 | 35 |
| Octal | 337 | 306 | 56 | 0 | 13 | 117 | 15 | 64 | 111 | 65 |
| Binary | 11011111 | 11000110 | 101110 | 0 | 1011 | 1001111 | 1101 | 110100 | 1001001 | 110101 |
Color Harmonies of #DFC62E
Complementary color
Monochromatic Colors of #DFC62E
Black with #DFC62E
Text Example
Text Example
White with #DFC62E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC62E; }
p { color: rgb(223,198,46); }
H1.HeaderClassName
{
color: #DFC62E;
}
.AnyTagClassName
{
color: #DFC62E;
}
</style>
background-color css
<style>
a { background-color: #DFC62E; }
a { background-color: rgb(223,198,46); }
div.DivClassName
{
background-color: #DFC62E;
}
.BgClassName
{
background-color: #DFC62E;
}
</style>
border-color css
<style>
span { border-color: #DFC62E; }
span { border-color: rgb(223,198,46); }
td.TdClassName
{
border-color: #DFC62E;
}
.TagClassName
{
border-color: #DFC62E;
}
</style>