Shades of Bright Sun #DCBE30
Tints of Bright Sun #DCBE30
RGB
CMYK
RGB Variations
Color information
#DCBE30 (or 0xDCBE30) is known color: Bright Sun. HEX triplet: DC, BE and 30. RGB value is (220,190,48). Sum of RGB (Red+Green+Blue) = 220+190+48=458 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.03% from 458); Green value is 190 (74.61% from 255 or 41.48% from 458); Blue value is 48 (19.14% from 255 or 10.48% from 458); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBE30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCBE30 is #2341CF. Grayscale: #B7B7B7. Windows color (decimal): -2310608 or 3194588. OLE color: 3194588.
HSL color Cylindrical-coordinate representation of color #DCBE30: hue angle of 49.53º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DCBE30 is Cyan = 0, Magento = 0.14, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 190 | 48 | - |
| CMYK | 0 | 0.14 | 0.78 | 0.14 |
| HSL | 49.53º | 0.71% | 0.53% | - |
| HSV(B) | 49.53º | 0.78% | 0.86% | - |
| XYZ | 48.46 | 52.26 | 10.33 | - |
| YUV | 182.78 | 51.94 | 154.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 190 | 48 | 0 | 0.14 | 0.78 | 0.14 | 49.53 | 0.71 | 0.53 |
| Hex | DC | BE | 30 | 0 | E | 4E | E | 32 | 47 | 35 |
| Octal | 334 | 276 | 60 | 0 | 16 | 116 | 16 | 62 | 107 | 65 |
| Binary | 11011100 | 10111110 | 110000 | 0 | 1110 | 1001110 | 1110 | 110010 | 1000111 | 110101 |
Color Harmonies of #DCBE30
Complementary color
Monochromatic Colors of #DCBE30
Black with #DCBE30
Text Example
Text Example
White with #DCBE30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBE30; }
p { color: rgb(220,190,48); }
H1.HeaderClassName
{
color: #DCBE30;
}
.AnyTagClassName
{
color: #DCBE30;
}
</style>
background-color css
<style>
a { background-color: #DCBE30; }
a { background-color: rgb(220,190,48); }
div.DivClassName
{
background-color: #DCBE30;
}
.BgClassName
{
background-color: #DCBE30;
}
</style>
border-color css
<style>
span { border-color: #DCBE30; }
span { border-color: rgb(220,190,48); }
td.TdClassName
{
border-color: #DCBE30;
}
.TagClassName
{
border-color: #DCBE30;
}
</style>