Shades of Bright Sun #DFC030
Tints of Bright Sun #DFC030
RGB
CMYK
RGB Variations
Color information
#DFC030 (or 0xDFC030) is known color: Bright Sun. HEX triplet: DF, C0 and 30. RGB value is (223,192,48). Sum of RGB (Red+Green+Blue) = 223+192+48=463 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.16% from 463); Green value is 192 (75.39% from 255 or 41.47% from 463); Blue value is 48 (19.14% from 255 or 10.37% from 463); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC030 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFC030 is #203FCF. Grayscale: #B9B9B9. Windows color (decimal): -2113488 or 3195103. OLE color: 3195103.
HSL color Cylindrical-coordinate representation of color #DFC030: hue angle of 49.37º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DFC030 is Cyan = 0, Magento = 0.14, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 192 | 48 | - |
| CMYK | 0 | 0.14 | 0.78 | 0.13 |
| HSL | 49.37º | 0.73% | 0.53% | - |
| HSV(B) | 49.37º | 0.78% | 0.87% | - |
| XYZ | 49.81 | 53.6 | 10.52 | - |
| YUV | 184.85 | 50.77 | 155.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 192 | 48 | 0 | 0.14 | 0.78 | 0.13 | 49.37 | 0.73 | 0.53 |
| Hex | DF | C0 | 30 | 0 | E | 4E | D | 31 | 49 | 35 |
| Octal | 337 | 300 | 60 | 0 | 16 | 116 | 15 | 61 | 111 | 65 |
| Binary | 11011111 | 11000000 | 110000 | 0 | 1110 | 1001110 | 1101 | 110001 | 1001001 | 110101 |
Color Harmonies of #DFC030
Complementary color
Monochromatic Colors of #DFC030
Black with #DFC030
Text Example
Text Example
White with #DFC030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC030; }
p { color: rgb(223,192,48); }
H1.HeaderClassName
{
color: #DFC030;
}
.AnyTagClassName
{
color: #DFC030;
}
</style>
background-color css
<style>
a { background-color: #DFC030; }
a { background-color: rgb(223,192,48); }
div.DivClassName
{
background-color: #DFC030;
}
.BgClassName
{
background-color: #DFC030;
}
</style>
border-color css
<style>
span { border-color: #DFC030; }
span { border-color: rgb(223,192,48); }
td.TdClassName
{
border-color: #DFC030;
}
.TagClassName
{
border-color: #DFC030;
}
</style>