Shades of Bright Sun #DFC431
Tints of Bright Sun #DFC431
RGB
CMYK
RGB Variations
Color information
#DFC431 (or 0xDFC431) is known color: Bright Sun. HEX triplet: DF, C4 and 31. RGB value is (223,196,49). Sum of RGB (Red+Green+Blue) = 223+196+49=468 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.65% from 468); Green value is 196 (76.95% from 255 or 41.88% from 468); Blue value is 49 (19.53% from 255 or 10.47% from 468); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC431 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFC431 is #203BCE. Grayscale: #BBBBBB. Windows color (decimal): -2112463 or 3261663. OLE color: 3261663.
HSL color Cylindrical-coordinate representation of color #DFC431: hue angle of 50.69º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DFC431 is Cyan = 0, Magento = 0.12, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 196 | 49 | - |
| CMYK | 0 | 0.12 | 0.78 | 0.13 |
| HSL | 50.69º | 0.73% | 0.53% | - |
| HSV(B) | 50.69º | 0.78% | 0.87% | - |
| XYZ | 50.73 | 55.39 | 10.92 | - |
| YUV | 187.32 | 49.95 | 153.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 196 | 49 | 0 | 0.12 | 0.78 | 0.13 | 50.69 | 0.73 | 0.53 |
| Hex | DF | C4 | 31 | 0 | C | 4E | D | 33 | 49 | 35 |
| Octal | 337 | 304 | 61 | 0 | 14 | 116 | 15 | 63 | 111 | 65 |
| Binary | 11011111 | 11000100 | 110001 | 0 | 1100 | 1001110 | 1101 | 110011 | 1001001 | 110101 |
Color Harmonies of #DFC431
Complementary color
Monochromatic Colors of #DFC431
Black with #DFC431
Text Example
Text Example
White with #DFC431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC431; }
p { color: rgb(223,196,49); }
H1.HeaderClassName
{
color: #DFC431;
}
.AnyTagClassName
{
color: #DFC431;
}
</style>
background-color css
<style>
a { background-color: #DFC431; }
a { background-color: rgb(223,196,49); }
div.DivClassName
{
background-color: #DFC431;
}
.BgClassName
{
background-color: #DFC431;
}
</style>
border-color css
<style>
span { border-color: #DFC431; }
span { border-color: rgb(223,196,49); }
td.TdClassName
{
border-color: #DFC431;
}
.TagClassName
{
border-color: #DFC431;
}
</style>