Shades of Bright Sun #DFC12D
Tints of Bright Sun #DFC12D
RGB
CMYK
RGB Variations
Color information
#DFC12D (or 0xDFC12D) is known color: Bright Sun. HEX triplet: DF, C1 and 2D. RGB value is (223,193,45). Sum of RGB (Red+Green+Blue) = 223+193+45=461 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.37% from 461); Green value is 193 (75.78% from 255 or 41.87% from 461); Blue value is 45 (17.97% from 255 or 9.76% from 461); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC12D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFC12D is #203ED2. Grayscale: #B9B9B9. Windows color (decimal): -2113235 or 2998751. OLE color: 2998751.
HSL color Cylindrical-coordinate representation of color #DFC12D: hue angle of 49.89º 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 #DFC12D is Cyan = 0, Magento = 0.13, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 193 | 45 | - |
| CMYK | 0 | 0.13 | 0.80 | 0.13 |
| HSL | 49.89º | 0.74% | 0.53% | - |
| HSV(B) | 49.89º | 0.8% | 0.87% | - |
| XYZ | 49.98 | 54.02 | 10.28 | - |
| YUV | 185.1 | 48.94 | 155.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 193 | 45 | 0 | 0.13 | 0.80 | 0.13 | 49.89 | 0.74 | 0.53 |
| Hex | DF | C1 | 2D | 0 | D | 50 | D | 32 | 4A | 35 |
| Octal | 337 | 301 | 55 | 0 | 15 | 120 | 15 | 62 | 112 | 65 |
| Binary | 11011111 | 11000001 | 101101 | 0 | 1101 | 1010000 | 1101 | 110010 | 1001010 | 110101 |
Color Harmonies of #DFC12D
Complementary color
Monochromatic Colors of #DFC12D
Black with #DFC12D
Text Example
Text Example
White with #DFC12D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC12D; }
p { color: rgb(223,193,45); }
H1.HeaderClassName
{
color: #DFC12D;
}
.AnyTagClassName
{
color: #DFC12D;
}
</style>
background-color css
<style>
a { background-color: #DFC12D; }
a { background-color: rgb(223,193,45); }
div.DivClassName
{
background-color: #DFC12D;
}
.BgClassName
{
background-color: #DFC12D;
}
</style>
border-color css
<style>
span { border-color: #DFC12D; }
span { border-color: rgb(223,193,45); }
td.TdClassName
{
border-color: #DFC12D;
}
.TagClassName
{
border-color: #DFC12D;
}
</style>