Shades of Bright Sun #DFC52F
Tints of Bright Sun #DFC52F
RGB
CMYK
RGB Variations
Color information
#DFC52F (or 0xDFC52F) is known color: Bright Sun. HEX triplet: DF, C5 and 2F. RGB value is (223,197,47). Sum of RGB (Red+Green+Blue) = 223+197+47=467 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.75% from 467); Green value is 197 (77.34% from 255 or 42.18% from 467); Blue value is 47 (18.75% from 255 or 10.06% from 467); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC52F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFC52F is #203AD0. Grayscale: #BCBCBC. Windows color (decimal): -2112209 or 3130847. OLE color: 3130847.
HSL color Cylindrical-coordinate representation of color #DFC52F: hue angle of 51.14º 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 #DFC52F is Cyan = 0, Magento = 0.12, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 197 | 47 | - |
| CMYK | 0 | 0.12 | 0.79 | 0.13 |
| HSL | 51.14º | 0.73% | 0.53% | - |
| HSV(B) | 51.14º | 0.79% | 0.87% | - |
| XYZ | 50.91 | 55.83 | 10.78 | - |
| YUV | 187.67 | 48.61 | 153.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 197 | 47 | 0 | 0.12 | 0.79 | 0.13 | 51.14 | 0.73 | 0.53 |
| Hex | DF | C5 | 2F | 0 | C | 4F | D | 33 | 49 | 35 |
| Octal | 337 | 305 | 57 | 0 | 14 | 117 | 15 | 63 | 111 | 65 |
| Binary | 11011111 | 11000101 | 101111 | 0 | 1100 | 1001111 | 1101 | 110011 | 1001001 | 110101 |
Color Harmonies of #DFC52F
Complementary color
Monochromatic Colors of #DFC52F
Black with #DFC52F
Text Example
Text Example
White with #DFC52F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC52F; }
p { color: rgb(223,197,47); }
H1.HeaderClassName
{
color: #DFC52F;
}
.AnyTagClassName
{
color: #DFC52F;
}
</style>
background-color css
<style>
a { background-color: #DFC52F; }
a { background-color: rgb(223,197,47); }
div.DivClassName
{
background-color: #DFC52F;
}
.BgClassName
{
background-color: #DFC52F;
}
</style>
border-color css
<style>
span { border-color: #DFC52F; }
span { border-color: rgb(223,197,47); }
td.TdClassName
{
border-color: #DFC52F;
}
.TagClassName
{
border-color: #DFC52F;
}
</style>