Shades of Bright Sun #DCBF31
Tints of Bright Sun #DCBF31
RGB
CMYK
RGB Variations
Color information
#DCBF31 (or 0xDCBF31) is known color: Bright Sun. HEX triplet: DC, BF and 31. RGB value is (220,191,49). Sum of RGB (Red+Green+Blue) = 220+191+49=460 (60% of max value = 765). Red value is 220 (86.33% from 255 or 47.83% from 460); Green value is 191 (75% from 255 or 41.52% from 460); Blue value is 49 (19.53% from 255 or 10.65% from 460); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBF31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCBF31 is #2340CE. Grayscale: #B8B8B8. Windows color (decimal): -2310351 or 3260380. OLE color: 3260380.
HSL color Cylindrical-coordinate representation of color #DCBF31: hue angle of 49.82º 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 #DCBF31 is Cyan = 0, Magento = 0.13, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 191 | 49 | - |
| CMYK | 0 | 0.13 | 0.78 | 0.14 |
| HSL | 49.82º | 0.71% | 0.53% | - |
| HSV(B) | 49.82º | 0.78% | 0.86% | - |
| XYZ | 48.7 | 52.7 | 10.51 | - |
| YUV | 183.48 | 52.11 | 154.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 191 | 49 | 0 | 0.13 | 0.78 | 0.14 | 49.82 | 0.71 | 0.53 |
| Hex | DC | BF | 31 | 0 | D | 4E | E | 32 | 47 | 35 |
| Octal | 334 | 277 | 61 | 0 | 15 | 116 | 16 | 62 | 107 | 65 |
| Binary | 11011100 | 10111111 | 110001 | 0 | 1101 | 1001110 | 1110 | 110010 | 1000111 | 110101 |
Color Harmonies of #DCBF31
Complementary color
Monochromatic Colors of #DCBF31
Black with #DCBF31
Text Example
Text Example
White with #DCBF31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBF31; }
p { color: rgb(220,191,49); }
H1.HeaderClassName
{
color: #DCBF31;
}
.AnyTagClassName
{
color: #DCBF31;
}
</style>
background-color css
<style>
a { background-color: #DCBF31; }
a { background-color: rgb(220,191,49); }
div.DivClassName
{
background-color: #DCBF31;
}
.BgClassName
{
background-color: #DCBF31;
}
</style>
border-color css
<style>
span { border-color: #DCBF31; }
span { border-color: rgb(220,191,49); }
td.TdClassName
{
border-color: #DCBF31;
}
.TagClassName
{
border-color: #DCBF31;
}
</style>