Shades of Bright Sun #DFC12C
Tints of Bright Sun #DFC12C
RGB
CMYK
RGB Variations
Color information
#DFC12C (or 0xDFC12C) is known color: Bright Sun. HEX triplet: DF, C1 and 2C. RGB value is (223,193,44). Sum of RGB (Red+Green+Blue) = 223+193+44=460 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.48% from 460); Green value is 193 (75.78% from 255 or 41.96% from 460); Blue value is 44 (17.58% from 255 or 9.57% from 460); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC12C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFC12C is #203ED3. Grayscale: #B9B9B9. Windows color (decimal): -2113236 or 2933215. OLE color: 2933215.
HSL color Cylindrical-coordinate representation of color #DFC12C: hue angle of 49.94º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DFC12C is Cyan = 0, Magento = 0.13, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 193 | 44 | - |
| CMYK | 0 | 0.13 | 0.80 | 0.13 |
| HSL | 49.94º | 0.74% | 0.52% | - |
| HSV(B) | 49.94º | 0.8% | 0.87% | - |
| XYZ | 49.96 | 54.01 | 10.17 | - |
| YUV | 184.98 | 48.44 | 155.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 193 | 44 | 0 | 0.13 | 0.80 | 0.13 | 49.94 | 0.74 | 0.52 |
| Hex | DF | C1 | 2C | 0 | D | 50 | D | 32 | 4A | 34 |
| Octal | 337 | 301 | 54 | 0 | 15 | 120 | 15 | 62 | 112 | 64 |
| Binary | 11011111 | 11000001 | 101100 | 0 | 1101 | 1010000 | 1101 | 110010 | 1001010 | 110100 |
Color Harmonies of #DFC12C
Complementary color
Monochromatic Colors of #DFC12C
Black with #DFC12C
Text Example
Text Example
White with #DFC12C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC12C; }
p { color: rgb(223,193,44); }
H1.HeaderClassName
{
color: #DFC12C;
}
.AnyTagClassName
{
color: #DFC12C;
}
</style>
background-color css
<style>
a { background-color: #DFC12C; }
a { background-color: rgb(223,193,44); }
div.DivClassName
{
background-color: #DFC12C;
}
.BgClassName
{
background-color: #DFC12C;
}
</style>
border-color css
<style>
span { border-color: #DFC12C; }
span { border-color: rgb(223,193,44); }
td.TdClassName
{
border-color: #DFC12C;
}
.TagClassName
{
border-color: #DFC12C;
}
</style>