Shades of Bright Sun #DFC62C
Tints of Bright Sun #DFC62C
RGB
CMYK
RGB Variations
Color information
#DFC62C (or 0xDFC62C) is known color: Bright Sun. HEX triplet: DF, C6 and 2C. RGB value is (223,198,44). Sum of RGB (Red+Green+Blue) = 223+198+44=465 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.96% from 465); Green value is 198 (77.73% from 255 or 42.58% from 465); Blue value is 44 (17.58% from 255 or 9.46% from 465); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC62C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFC62C is #2039D3. Grayscale: #BCBCBC. Windows color (decimal): -2111956 or 2934495. OLE color: 2934495.
HSL color Cylindrical-coordinate representation of color #DFC62C: hue angle of 51.62º 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 #DFC62C is Cyan = 0, Magento = 0.11, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 198 | 44 | - |
| CMYK | 0 | 0.11 | 0.80 | 0.13 |
| HSL | 51.62º | 0.74% | 0.52% | - |
| HSV(B) | 51.62º | 0.8% | 0.87% | - |
| XYZ | 51.08 | 56.26 | 10.55 | - |
| YUV | 187.92 | 46.78 | 153.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 198 | 44 | 0 | 0.11 | 0.80 | 0.13 | 51.62 | 0.74 | 0.52 |
| Hex | DF | C6 | 2C | 0 | B | 50 | D | 34 | 4A | 34 |
| Octal | 337 | 306 | 54 | 0 | 13 | 120 | 15 | 64 | 112 | 64 |
| Binary | 11011111 | 11000110 | 101100 | 0 | 1011 | 1010000 | 1101 | 110100 | 1001010 | 110100 |
Color Harmonies of #DFC62C
Complementary color
Monochromatic Colors of #DFC62C
Black with #DFC62C
Text Example
Text Example
White with #DFC62C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC62C; }
p { color: rgb(223,198,44); }
H1.HeaderClassName
{
color: #DFC62C;
}
.AnyTagClassName
{
color: #DFC62C;
}
</style>
background-color css
<style>
a { background-color: #DFC62C; }
a { background-color: rgb(223,198,44); }
div.DivClassName
{
background-color: #DFC62C;
}
.BgClassName
{
background-color: #DFC62C;
}
</style>
border-color css
<style>
span { border-color: #DFC62C; }
span { border-color: rgb(223,198,44); }
td.TdClassName
{
border-color: #DFC62C;
}
.TagClassName
{
border-color: #DFC62C;
}
</style>