Shades of Bright Sun #DEBC31
Tints of Bright Sun #DEBC31
RGB
CMYK
RGB Variations
Color information
#DEBC31 (or 0xDEBC31) is known color: Bright Sun. HEX triplet: DE, BC and 31. RGB value is (222,188,49). Sum of RGB (Red+Green+Blue) = 222+188+49=459 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.37% from 459); Green value is 188 (73.83% from 255 or 40.96% from 459); Blue value is 49 (19.53% from 255 or 10.68% from 459); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBC31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEBC31 is #2143CE. Grayscale: #B6B6B6. Windows color (decimal): -2180047 or 3259614. OLE color: 3259614.
HSL color Cylindrical-coordinate representation of color #DEBC31: hue angle of 48.21º degrees, saturation: 0.72, 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 #DEBC31 is Cyan = 0, Magento = 0.15, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 188 | 49 | - |
| CMYK | 0 | 0.15 | 0.78 | 0.13 |
| HSL | 48.21º | 0.72% | 0.53% | - |
| HSV(B) | 48.21º | 0.78% | 0.87% | - |
| XYZ | 48.66 | 51.72 | 10.32 | - |
| YUV | 182.32 | 52.76 | 156.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 188 | 49 | 0 | 0.15 | 0.78 | 0.13 | 48.21 | 0.72 | 0.53 |
| Hex | DE | BC | 31 | 0 | F | 4E | D | 30 | 48 | 35 |
| Octal | 336 | 274 | 61 | 0 | 17 | 116 | 15 | 60 | 110 | 65 |
| Binary | 11011110 | 10111100 | 110001 | 0 | 1111 | 1001110 | 1101 | 110000 | 1001000 | 110101 |
Color Harmonies of #DEBC31
Complementary color
Monochromatic Colors of #DEBC31
Black with #DEBC31
Text Example
Text Example
White with #DEBC31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBC31; }
p { color: rgb(222,188,49); }
H1.HeaderClassName
{
color: #DEBC31;
}
.AnyTagClassName
{
color: #DEBC31;
}
</style>
background-color css
<style>
a { background-color: #DEBC31; }
a { background-color: rgb(222,188,49); }
div.DivClassName
{
background-color: #DEBC31;
}
.BgClassName
{
background-color: #DEBC31;
}
</style>
border-color css
<style>
span { border-color: #DEBC31; }
span { border-color: rgb(222,188,49); }
td.TdClassName
{
border-color: #DEBC31;
}
.TagClassName
{
border-color: #DEBC31;
}
</style>