Shades of Bright Sun #DCBF30
Tints of Bright Sun #DCBF30
RGB
CMYK
RGB Variations
Color information
#DCBF30 (or 0xDCBF30) is known color: Bright Sun. HEX triplet: DC, BF and 30. RGB value is (220,191,48). Sum of RGB (Red+Green+Blue) = 220+191+48=459 (60% of max value = 765). Red value is 220 (86.33% from 255 or 47.93% from 459); Green value is 191 (75% from 255 or 41.61% from 459); Blue value is 48 (19.14% from 255 or 10.46% from 459); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBF30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCBF30 is #2340CF. Grayscale: #B7B7B7. Windows color (decimal): -2310352 or 3194844. OLE color: 3194844.
HSL color Cylindrical-coordinate representation of color #DCBF30: hue angle of 49.88º 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 #DCBF30 is Cyan = 0, Magento = 0.13, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 191 | 48 | - |
| CMYK | 0 | 0.13 | 0.78 | 0.14 |
| HSL | 49.88º | 0.71% | 0.53% | - |
| HSV(B) | 49.88º | 0.78% | 0.86% | - |
| XYZ | 48.68 | 52.69 | 10.4 | - |
| YUV | 183.37 | 51.61 | 154.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 191 | 48 | 0 | 0.13 | 0.78 | 0.14 | 49.88 | 0.71 | 0.53 |
| Hex | DC | BF | 30 | 0 | D | 4E | E | 32 | 47 | 35 |
| Octal | 334 | 277 | 60 | 0 | 15 | 116 | 16 | 62 | 107 | 65 |
| Binary | 11011100 | 10111111 | 110000 | 0 | 1101 | 1001110 | 1110 | 110010 | 1000111 | 110101 |
Color Harmonies of #DCBF30
Complementary color
Monochromatic Colors of #DCBF30
Black with #DCBF30
Text Example
Text Example
White with #DCBF30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBF30; }
p { color: rgb(220,191,48); }
H1.HeaderClassName
{
color: #DCBF30;
}
.AnyTagClassName
{
color: #DCBF30;
}
</style>
background-color css
<style>
a { background-color: #DCBF30; }
a { background-color: rgb(220,191,48); }
div.DivClassName
{
background-color: #DCBF30;
}
.BgClassName
{
background-color: #DCBF30;
}
</style>
border-color css
<style>
span { border-color: #DCBF30; }
span { border-color: rgb(220,191,48); }
td.TdClassName
{
border-color: #DCBF30;
}
.TagClassName
{
border-color: #DCBF30;
}
</style>