Shades of Bright Sun #DFC02D
Tints of Bright Sun #DFC02D
RGB
CMYK
RGB Variations
Color information
#DFC02D (or 0xDFC02D) is known color: Bright Sun. HEX triplet: DF, C0 and 2D. RGB value is (223,192,45). Sum of RGB (Red+Green+Blue) = 223+192+45=460 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.48% from 460); Green value is 192 (75.39% from 255 or 41.74% from 460); Blue value is 45 (17.97% from 255 or 9.78% from 460); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC02D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFC02D is #203FD2. Grayscale: #B9B9B9. Windows color (decimal): -2113491 or 2998495. OLE color: 2998495.
HSL color Cylindrical-coordinate representation of color #DFC02D: hue angle of 49.55º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DFC02D is Cyan = 0, Magento = 0.14, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 192 | 45 | - |
| CMYK | 0 | 0.14 | 0.80 | 0.13 |
| HSL | 49.55º | 0.74% | 0.53% | - |
| HSV(B) | 49.55º | 0.8% | 0.87% | - |
| XYZ | 49.75 | 53.58 | 10.2 | - |
| YUV | 184.51 | 49.27 | 155.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 192 | 45 | 0 | 0.14 | 0.80 | 0.13 | 49.55 | 0.74 | 0.53 |
| Hex | DF | C0 | 2D | 0 | E | 50 | D | 32 | 4A | 35 |
| Octal | 337 | 300 | 55 | 0 | 16 | 120 | 15 | 62 | 112 | 65 |
| Binary | 11011111 | 11000000 | 101101 | 0 | 1110 | 1010000 | 1101 | 110010 | 1001010 | 110101 |
Color Harmonies of #DFC02D
Complementary color
Monochromatic Colors of #DFC02D
Black with #DFC02D
Text Example
Text Example
White with #DFC02D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC02D; }
p { color: rgb(223,192,45); }
H1.HeaderClassName
{
color: #DFC02D;
}
.AnyTagClassName
{
color: #DFC02D;
}
</style>
background-color css
<style>
a { background-color: #DFC02D; }
a { background-color: rgb(223,192,45); }
div.DivClassName
{
background-color: #DFC02D;
}
.BgClassName
{
background-color: #DFC02D;
}
</style>
border-color css
<style>
span { border-color: #DFC02D; }
span { border-color: rgb(223,192,45); }
td.TdClassName
{
border-color: #DFC02D;
}
.TagClassName
{
border-color: #DFC02D;
}
</style>