Shades of Bright Sun #DFBC31
Tints of Bright Sun #DFBC31
RGB
CMYK
RGB Variations
Color information
#DFBC31 (or 0xDFBC31) is known color: Bright Sun. HEX triplet: DF, BC and 31. RGB value is (223,188,49). Sum of RGB (Red+Green+Blue) = 223+188+49=460 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.48% from 460); Green value is 188 (73.83% from 255 or 40.87% from 460); Blue value is 49 (19.53% from 255 or 10.65% from 460); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBC31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFBC31 is #2043CE. Grayscale: #B7B7B7. Windows color (decimal): -2114511 or 3259615. OLE color: 3259615.
HSL color Cylindrical-coordinate representation of color #DFBC31: hue angle of 47.93º 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 #DFBC31 is Cyan = 0, Magento = 0.16, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 188 | 49 | - |
| CMYK | 0 | 0.16 | 0.78 | 0.13 |
| HSL | 47.93º | 0.73% | 0.53% | - |
| HSV(B) | 47.93º | 0.78% | 0.87% | - |
| XYZ | 48.97 | 51.88 | 10.34 | - |
| YUV | 182.62 | 52.6 | 156.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 188 | 49 | 0 | 0.16 | 0.78 | 0.13 | 47.93 | 0.73 | 0.53 |
| Hex | DF | BC | 31 | 0 | 10 | 4E | D | 30 | 49 | 35 |
| Octal | 337 | 274 | 61 | 0 | 20 | 116 | 15 | 60 | 111 | 65 |
| Binary | 11011111 | 10111100 | 110001 | 0 | 10000 | 1001110 | 1101 | 110000 | 1001001 | 110101 |
Color Harmonies of #DFBC31
Complementary color
Monochromatic Colors of #DFBC31
Black with #DFBC31
Text Example
Text Example
White with #DFBC31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBC31; }
p { color: rgb(223,188,49); }
H1.HeaderClassName
{
color: #DFBC31;
}
.AnyTagClassName
{
color: #DFBC31;
}
</style>
background-color css
<style>
a { background-color: #DFBC31; }
a { background-color: rgb(223,188,49); }
div.DivClassName
{
background-color: #DFBC31;
}
.BgClassName
{
background-color: #DFBC31;
}
</style>
border-color css
<style>
span { border-color: #DFBC31; }
span { border-color: rgb(223,188,49); }
td.TdClassName
{
border-color: #DFBC31;
}
.TagClassName
{
border-color: #DFBC31;
}
</style>