Shades of Bright Sun #DCBF2E
Tints of Bright Sun #DCBF2E
RGB
CMYK
RGB Variations
Color information
#DCBF2E (or 0xDCBF2E) is known color: Bright Sun. HEX triplet: DC, BF and 2E. RGB value is (220,191,46). Sum of RGB (Red+Green+Blue) = 220+191+46=457 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.14% from 457); Green value is 191 (75% from 255 or 41.79% from 457); Blue value is 46 (18.36% from 255 or 10.07% from 457); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBF2E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCBF2E is #2340D1. Grayscale: #B7B7B7. Windows color (decimal): -2310354 or 3063772. OLE color: 3063772.
HSL color Cylindrical-coordinate representation of color #DCBF2E: hue angle of 50º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DCBF2E is Cyan = 0, Magento = 0.13, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 191 | 46 | - |
| CMYK | 0 | 0.13 | 0.79 | 0.14 |
| HSL | 50º | 0.71% | 0.52% | - |
| HSV(B) | 50º | 0.79% | 0.86% | - |
| XYZ | 48.64 | 52.67 | 10.19 | - |
| YUV | 183.14 | 50.61 | 154.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 191 | 46 | 0 | 0.13 | 0.79 | 0.14 | 50 | 0.71 | 0.52 |
| Hex | DC | BF | 2E | 0 | D | 4F | E | 32 | 47 | 34 |
| Octal | 334 | 277 | 56 | 0 | 15 | 117 | 16 | 62 | 107 | 64 |
| Binary | 11011100 | 10111111 | 101110 | 0 | 1101 | 1001111 | 1110 | 110010 | 1000111 | 110100 |
Color Harmonies of #DCBF2E
Complementary color
Monochromatic Colors of #DCBF2E
Black with #DCBF2E
Text Example
Text Example
White with #DCBF2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBF2E; }
p { color: rgb(220,191,46); }
H1.HeaderClassName
{
color: #DCBF2E;
}
.AnyTagClassName
{
color: #DCBF2E;
}
</style>
background-color css
<style>
a { background-color: #DCBF2E; }
a { background-color: rgb(220,191,46); }
div.DivClassName
{
background-color: #DCBF2E;
}
.BgClassName
{
background-color: #DCBF2E;
}
</style>
border-color css
<style>
span { border-color: #DCBF2E; }
span { border-color: rgb(220,191,46); }
td.TdClassName
{
border-color: #DCBF2E;
}
.TagClassName
{
border-color: #DCBF2E;
}
</style>