Shades of Bright Sun #DFBC34
Tints of Bright Sun #DFBC34
RGB
CMYK
RGB Variations
Color information
#DFBC34 (or 0xDFBC34) is known color: Bright Sun. HEX triplet: DF, BC and 34. RGB value is (223,188,52). Sum of RGB (Red+Green+Blue) = 223+188+52=463 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.16% from 463); Green value is 188 (73.83% from 255 or 40.60% from 463); Blue value is 52 (20.70% from 255 or 11.23% from 463); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBC34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFBC34 is #2043CB. Grayscale: #B7B7B7. Windows color (decimal): -2114508 or 3456223. OLE color: 3456223.
HSL color Cylindrical-coordinate representation of color #DFBC34: hue angle of 47.72º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DFBC34 is Cyan = 0, Magento = 0.16, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 188 | 52 | - |
| CMYK | 0 | 0.16 | 0.77 | 0.13 |
| HSL | 47.72º | 0.73% | 0.54% | - |
| HSV(B) | 47.72º | 0.77% | 0.87% | - |
| XYZ | 49.03 | 51.9 | 10.68 | - |
| YUV | 182.96 | 54.1 | 156.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 188 | 52 | 0 | 0.16 | 0.77 | 0.13 | 47.72 | 0.73 | 0.54 |
| Hex | DF | BC | 34 | 0 | 10 | 4D | D | 30 | 49 | 36 |
| Octal | 337 | 274 | 64 | 0 | 20 | 115 | 15 | 60 | 111 | 66 |
| Binary | 11011111 | 10111100 | 110100 | 0 | 10000 | 1001101 | 1101 | 110000 | 1001001 | 110110 |
Color Harmonies of #DFBC34
Complementary color
Monochromatic Colors of #DFBC34
Black with #DFBC34
Text Example
Text Example
White with #DFBC34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBC34; }
p { color: rgb(223,188,52); }
H1.HeaderClassName
{
color: #DFBC34;
}
.AnyTagClassName
{
color: #DFBC34;
}
</style>
background-color css
<style>
a { background-color: #DFBC34; }
a { background-color: rgb(223,188,52); }
div.DivClassName
{
background-color: #DFBC34;
}
.BgClassName
{
background-color: #DFBC34;
}
</style>
border-color css
<style>
span { border-color: #DFBC34; }
span { border-color: rgb(223,188,52); }
td.TdClassName
{
border-color: #DFBC34;
}
.TagClassName
{
border-color: #DFBC34;
}
</style>