Shades of Bright Sun #DCBE31
Tints of Bright Sun #DCBE31
RGB
CMYK
RGB Variations
Color information
#DCBE31 (or 0xDCBE31) is known color: Bright Sun. HEX triplet: DC, BE and 31. RGB value is (220,190,49). Sum of RGB (Red+Green+Blue) = 220+190+49=459 (60% of max value = 765). Red value is 220 (86.33% from 255 or 47.93% from 459); Green value is 190 (74.61% from 255 or 41.39% from 459); Blue value is 49 (19.53% from 255 or 10.68% from 459); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBE31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCBE31 is #2341CE. Grayscale: #B7B7B7. Windows color (decimal): -2310607 or 3260124. OLE color: 3260124.
HSL color Cylindrical-coordinate representation of color #DCBE31: hue angle of 49.47º 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 #DCBE31 is Cyan = 0, Magento = 0.14, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 190 | 49 | - |
| CMYK | 0 | 0.14 | 0.78 | 0.14 |
| HSL | 49.47º | 0.71% | 0.53% | - |
| HSV(B) | 49.47º | 0.78% | 0.86% | - |
| XYZ | 48.48 | 52.26 | 10.44 | - |
| YUV | 182.9 | 52.44 | 154.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 190 | 49 | 0 | 0.14 | 0.78 | 0.14 | 49.47 | 0.71 | 0.53 |
| Hex | DC | BE | 31 | 0 | E | 4E | E | 31 | 47 | 35 |
| Octal | 334 | 276 | 61 | 0 | 16 | 116 | 16 | 61 | 107 | 65 |
| Binary | 11011100 | 10111110 | 110001 | 0 | 1110 | 1001110 | 1110 | 110001 | 1000111 | 110101 |
Color Harmonies of #DCBE31
Complementary color
Monochromatic Colors of #DCBE31
Black with #DCBE31
Text Example
Text Example
White with #DCBE31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBE31; }
p { color: rgb(220,190,49); }
H1.HeaderClassName
{
color: #DCBE31;
}
.AnyTagClassName
{
color: #DCBE31;
}
</style>
background-color css
<style>
a { background-color: #DCBE31; }
a { background-color: rgb(220,190,49); }
div.DivClassName
{
background-color: #DCBE31;
}
.BgClassName
{
background-color: #DCBE31;
}
</style>
border-color css
<style>
span { border-color: #DCBE31; }
span { border-color: rgb(220,190,49); }
td.TdClassName
{
border-color: #DCBE31;
}
.TagClassName
{
border-color: #DCBE31;
}
</style>