Shades of Bright Sun #DFC130
Tints of Bright Sun #DFC130
RGB
CMYK
RGB Variations
Color information
#DFC130 (or 0xDFC130) is known color: Bright Sun. HEX triplet: DF, C1 and 30. RGB value is (223,193,48). Sum of RGB (Red+Green+Blue) = 223+193+48=464 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.06% from 464); Green value is 193 (75.78% from 255 or 41.59% from 464); Blue value is 48 (19.14% from 255 or 10.34% from 464); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC130 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFC130 is #203ECF. Grayscale: #BABABA. Windows color (decimal): -2113232 or 3195359. OLE color: 3195359.
HSL color Cylindrical-coordinate representation of color #DFC130: hue angle of 49.71º 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 #DFC130 is Cyan = 0, Magento = 0.13, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 193 | 48 | - |
| CMYK | 0 | 0.13 | 0.78 | 0.13 |
| HSL | 49.71º | 0.73% | 0.53% | - |
| HSV(B) | 49.71º | 0.78% | 0.87% | - |
| XYZ | 50.03 | 54.04 | 10.59 | - |
| YUV | 185.44 | 50.44 | 154.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 193 | 48 | 0 | 0.13 | 0.78 | 0.13 | 49.71 | 0.73 | 0.53 |
| Hex | DF | C1 | 30 | 0 | D | 4E | D | 32 | 49 | 35 |
| Octal | 337 | 301 | 60 | 0 | 15 | 116 | 15 | 62 | 111 | 65 |
| Binary | 11011111 | 11000001 | 110000 | 0 | 1101 | 1001110 | 1101 | 110010 | 1001001 | 110101 |
Color Harmonies of #DFC130
Complementary color
Monochromatic Colors of #DFC130
Black with #DFC130
Text Example
Text Example
White with #DFC130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC130; }
p { color: rgb(223,193,48); }
H1.HeaderClassName
{
color: #DFC130;
}
.AnyTagClassName
{
color: #DFC130;
}
</style>
background-color css
<style>
a { background-color: #DFC130; }
a { background-color: rgb(223,193,48); }
div.DivClassName
{
background-color: #DFC130;
}
.BgClassName
{
background-color: #DFC130;
}
</style>
border-color css
<style>
span { border-color: #DFC130; }
span { border-color: rgb(223,193,48); }
td.TdClassName
{
border-color: #DFC130;
}
.TagClassName
{
border-color: #DFC130;
}
</style>