Shades of Confetti #DCBF50
Tints of Confetti #DCBF50
RGB
CMYK
RGB Variations
Color information
#DCBF50 (or 0xDCBF50) is known color: Confetti. HEX triplet: DC, BF and 50. RGB value is (220,191,80). Sum of RGB (Red+Green+Blue) = 220+191+80=491 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.81% from 491); Green value is 191 (75% from 255 or 38.90% from 491); Blue value is 80 (31.64% from 255 or 16.29% from 491); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBF50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCBF50 is #2340AF. Grayscale: #BBBBBB. Windows color (decimal): -2310320 or 5291996. OLE color: 5291996.
HSL color Cylindrical-coordinate representation of color #DCBF50: hue angle of 47.57º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DCBF50 is Cyan = 0, Magento = 0.13, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 191 | 80 | - |
| CMYK | 0 | 0.13 | 0.64 | 0.14 |
| HSL | 47.57º | 0.67% | 0.59% | - |
| HSV(B) | 47.57º | 0.64% | 0.86% | - |
| XYZ | 49.59 | 53.06 | 15.22 | - |
| YUV | 187.02 | 67.61 | 151.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 191 | 80 | 0 | 0.13 | 0.64 | 0.14 | 47.57 | 0.67 | 0.59 |
| Hex | DC | BF | 50 | 0 | D | 40 | E | 30 | 43 | 3B |
| Octal | 334 | 277 | 120 | 0 | 15 | 100 | 16 | 60 | 103 | 73 |
| Binary | 11011100 | 10111111 | 1010000 | 0 | 1101 | 1000000 | 1110 | 110000 | 1000011 | 111011 |
Color Harmonies of #DCBF50
Complementary color
Monochromatic Colors of #DCBF50
Black with #DCBF50
Text Example
Text Example
White with #DCBF50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBF50; }
p { color: rgb(220,191,80); }
H1.HeaderClassName
{
color: #DCBF50;
}
.AnyTagClassName
{
color: #DCBF50;
}
</style>
background-color css
<style>
a { background-color: #DCBF50; }
a { background-color: rgb(220,191,80); }
div.DivClassName
{
background-color: #DCBF50;
}
.BgClassName
{
background-color: #DCBF50;
}
</style>
border-color css
<style>
span { border-color: #DCBF50; }
span { border-color: rgb(220,191,80); }
td.TdClassName
{
border-color: #DCBF50;
}
.TagClassName
{
border-color: #DCBF50;
}
</style>