Shades of Bright Sun #DFC12A
Tints of Bright Sun #DFC12A
RGB
CMYK
RGB Variations
Color information
#DFC12A (or 0xDFC12A) is known color: Bright Sun. HEX triplet: DF, C1 and 2A. RGB value is (223,193,42). Sum of RGB (Red+Green+Blue) = 223+193+42=458 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.69% from 458); Green value is 193 (75.78% from 255 or 42.14% from 458); Blue value is 42 (16.80% from 255 or 9.17% from 458); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC12A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFC12A is #203ED5. Grayscale: #B9B9B9. Windows color (decimal): -2113238 or 2802143. OLE color: 2802143.
HSL color Cylindrical-coordinate representation of color #DFC12A: hue angle of 50.06º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DFC12A is Cyan = 0, Magento = 0.13, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 193 | 42 | - |
| CMYK | 0 | 0.13 | 0.81 | 0.13 |
| HSL | 50.06º | 0.74% | 0.52% | - |
| HSV(B) | 50.06º | 0.81% | 0.87% | - |
| XYZ | 49.92 | 54 | 9.98 | - |
| YUV | 184.76 | 47.44 | 155.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 193 | 42 | 0 | 0.13 | 0.81 | 0.13 | 50.06 | 0.74 | 0.52 |
| Hex | DF | C1 | 2A | 0 | D | 51 | D | 32 | 4A | 34 |
| Octal | 337 | 301 | 52 | 0 | 15 | 121 | 15 | 62 | 112 | 64 |
| Binary | 11011111 | 11000001 | 101010 | 0 | 1101 | 1010001 | 1101 | 110010 | 1001010 | 110100 |
Color Harmonies of #DFC12A
Complementary color
Monochromatic Colors of #DFC12A
Black with #DFC12A
Text Example
Text Example
White with #DFC12A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC12A; }
p { color: rgb(223,193,42); }
H1.HeaderClassName
{
color: #DFC12A;
}
.AnyTagClassName
{
color: #DFC12A;
}
</style>
background-color css
<style>
a { background-color: #DFC12A; }
a { background-color: rgb(223,193,42); }
div.DivClassName
{
background-color: #DFC12A;
}
.BgClassName
{
background-color: #DFC12A;
}
</style>
border-color css
<style>
span { border-color: #DFC12A; }
span { border-color: rgb(223,193,42); }
td.TdClassName
{
border-color: #DFC12A;
}
.TagClassName
{
border-color: #DFC12A;
}
</style>