Shades of Bright Sun #DFC42D
Tints of Bright Sun #DFC42D
RGB
CMYK
RGB Variations
Color information
#DFC42D (or 0xDFC42D) is known color: Bright Sun. HEX triplet: DF, C4 and 2D. RGB value is (223,196,45). Sum of RGB (Red+Green+Blue) = 223+196+45=464 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.06% from 464); Green value is 196 (76.95% from 255 or 42.24% from 464); Blue value is 45 (17.97% from 255 or 9.70% from 464); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC42D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFC42D is #203BD2. Grayscale: #BBBBBB. Windows color (decimal): -2112467 or 2999519. OLE color: 2999519.
HSL color Cylindrical-coordinate representation of color #DFC42D: hue angle of 50.9º 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 #DFC42D is Cyan = 0, Magento = 0.12, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 196 | 45 | - |
| CMYK | 0 | 0.12 | 0.80 | 0.13 |
| HSL | 50.9º | 0.74% | 0.53% | - |
| HSV(B) | 50.9º | 0.8% | 0.87% | - |
| XYZ | 50.65 | 55.36 | 10.5 | - |
| YUV | 186.86 | 47.95 | 153.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 196 | 45 | 0 | 0.12 | 0.80 | 0.13 | 50.9 | 0.74 | 0.53 |
| Hex | DF | C4 | 2D | 0 | C | 50 | D | 33 | 4A | 35 |
| Octal | 337 | 304 | 55 | 0 | 14 | 120 | 15 | 63 | 112 | 65 |
| Binary | 11011111 | 11000100 | 101101 | 0 | 1100 | 1010000 | 1101 | 110011 | 1001010 | 110101 |
Color Harmonies of #DFC42D
Complementary color
Monochromatic Colors of #DFC42D
Black with #DFC42D
Text Example
Text Example
White with #DFC42D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC42D; }
p { color: rgb(223,196,45); }
H1.HeaderClassName
{
color: #DFC42D;
}
.AnyTagClassName
{
color: #DFC42D;
}
</style>
background-color css
<style>
a { background-color: #DFC42D; }
a { background-color: rgb(223,196,45); }
div.DivClassName
{
background-color: #DFC42D;
}
.BgClassName
{
background-color: #DFC42D;
}
</style>
border-color css
<style>
span { border-color: #DFC42D; }
span { border-color: rgb(223,196,45); }
td.TdClassName
{
border-color: #DFC42D;
}
.TagClassName
{
border-color: #DFC42D;
}
</style>