Shades of Bright Sun #DFBE34
Tints of Bright Sun #DFBE34
RGB
CMYK
RGB Variations
Color information
#DFBE34 (or 0xDFBE34) is known color: Bright Sun. HEX triplet: DF, BE and 34. RGB value is (223,190,52). Sum of RGB (Red+Green+Blue) = 223+190+52=465 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.96% from 465); Green value is 190 (74.61% from 255 or 40.86% from 465); Blue value is 52 (20.70% from 255 or 11.18% from 465); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBE34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFBE34 is #2041CB. Grayscale: #B8B8B8. Windows color (decimal): -2113996 or 3456735. OLE color: 3456735.
HSL color Cylindrical-coordinate representation of color #DFBE34: hue angle of 48.42º 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 #DFBE34 is Cyan = 0, Magento = 0.15, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 190 | 52 | - |
| CMYK | 0 | 0.15 | 0.77 | 0.13 |
| HSL | 48.42º | 0.73% | 0.54% | - |
| HSV(B) | 48.42º | 0.77% | 0.87% | - |
| XYZ | 49.46 | 52.76 | 10.83 | - |
| YUV | 184.14 | 53.43 | 155.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 190 | 52 | 0 | 0.15 | 0.77 | 0.13 | 48.42 | 0.73 | 0.54 |
| Hex | DF | BE | 34 | 0 | F | 4D | D | 30 | 49 | 36 |
| Octal | 337 | 276 | 64 | 0 | 17 | 115 | 15 | 60 | 111 | 66 |
| Binary | 11011111 | 10111110 | 110100 | 0 | 1111 | 1001101 | 1101 | 110000 | 1001001 | 110110 |
Color Harmonies of #DFBE34
Complementary color
Monochromatic Colors of #DFBE34
Black with #DFBE34
Text Example
Text Example
White with #DFBE34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBE34; }
p { color: rgb(223,190,52); }
H1.HeaderClassName
{
color: #DFBE34;
}
.AnyTagClassName
{
color: #DFBE34;
}
</style>
background-color css
<style>
a { background-color: #DFBE34; }
a { background-color: rgb(223,190,52); }
div.DivClassName
{
background-color: #DFBE34;
}
.BgClassName
{
background-color: #DFBE34;
}
</style>
border-color css
<style>
span { border-color: #DFBE34; }
span { border-color: rgb(223,190,52); }
td.TdClassName
{
border-color: #DFBE34;
}
.TagClassName
{
border-color: #DFBE34;
}
</style>