Shades of Bright Sun #DFC035
Tints of Bright Sun #DFC035
RGB
CMYK
RGB Variations
Color information
#DFC035 (or 0xDFC035) is known color: Bright Sun. HEX triplet: DF, C0 and 35. RGB value is (223,192,53). Sum of RGB (Red+Green+Blue) = 223+192+53=468 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.65% from 468); Green value is 192 (75.39% from 255 or 41.03% from 468); Blue value is 53 (21.09% from 255 or 11.32% from 468); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC035 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFC035 is #203FCA. Grayscale: #BABABA. Windows color (decimal): -2113483 or 3522783. OLE color: 3522783.
HSL color Cylindrical-coordinate representation of color #DFC035: hue angle of 49.06º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DFC035 is Cyan = 0, Magento = 0.14, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 192 | 53 | - |
| CMYK | 0 | 0.14 | 0.76 | 0.13 |
| HSL | 49.06º | 0.73% | 0.54% | - |
| HSV(B) | 49.06º | 0.76% | 0.87% | - |
| XYZ | 49.92 | 53.64 | 11.09 | - |
| YUV | 185.42 | 53.27 | 154.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 192 | 53 | 0 | 0.14 | 0.76 | 0.13 | 49.06 | 0.73 | 0.54 |
| Hex | DF | C0 | 35 | 0 | E | 4C | D | 31 | 49 | 36 |
| Octal | 337 | 300 | 65 | 0 | 16 | 114 | 15 | 61 | 111 | 66 |
| Binary | 11011111 | 11000000 | 110101 | 0 | 1110 | 1001100 | 1101 | 110001 | 1001001 | 110110 |
Color Harmonies of #DFC035
Complementary color
Monochromatic Colors of #DFC035
Black with #DFC035
Text Example
Text Example
White with #DFC035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC035; }
p { color: rgb(223,192,53); }
H1.HeaderClassName
{
color: #DFC035;
}
.AnyTagClassName
{
color: #DFC035;
}
</style>
background-color css
<style>
a { background-color: #DFC035; }
a { background-color: rgb(223,192,53); }
div.DivClassName
{
background-color: #DFC035;
}
.BgClassName
{
background-color: #DFC035;
}
</style>
border-color css
<style>
span { border-color: #DFC035; }
span { border-color: rgb(223,192,53); }
td.TdClassName
{
border-color: #DFC035;
}
.TagClassName
{
border-color: #DFC035;
}
</style>