Shades of Confetti #DCBE41
Tints of Confetti #DCBE41
RGB
CMYK
RGB Variations
Color information
#DCBE41 (or 0xDCBE41) is known color: Confetti. HEX triplet: DC, BE and 41. RGB value is (220,190,65). Sum of RGB (Red+Green+Blue) = 220+190+65=475 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.32% from 475); Green value is 190 (74.61% from 255 or 40% from 475); Blue value is 65 (25.78% from 255 or 13.68% from 475); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBE41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCBE41 is #2341BE. Grayscale: #B9B9B9. Windows color (decimal): -2310591 or 4308700. OLE color: 4308700.
HSL color Cylindrical-coordinate representation of color #DCBE41: hue angle of 48.39º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DCBE41 is Cyan = 0, Magento = 0.14, Yellow = 0.70 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 190 | 65 | - |
| CMYK | 0 | 0.14 | 0.70 | 0.14 |
| HSL | 48.39º | 0.69% | 0.56% | - |
| HSV(B) | 48.39º | 0.7% | 0.86% | - |
| XYZ | 48.88 | 52.42 | 12.54 | - |
| YUV | 184.72 | 60.44 | 153.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 190 | 65 | 0 | 0.14 | 0.70 | 0.14 | 48.39 | 0.69 | 0.56 |
| Hex | DC | BE | 41 | 0 | E | 46 | E | 30 | 45 | 38 |
| Octal | 334 | 276 | 101 | 0 | 16 | 106 | 16 | 60 | 105 | 70 |
| Binary | 11011100 | 10111110 | 1000001 | 0 | 1110 | 1000110 | 1110 | 110000 | 1000101 | 111000 |
Color Harmonies of #DCBE41
Complementary color
Monochromatic Colors of #DCBE41
Black with #DCBE41
Text Example
Text Example
White with #DCBE41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBE41; }
p { color: rgb(220,190,65); }
H1.HeaderClassName
{
color: #DCBE41;
}
.AnyTagClassName
{
color: #DCBE41;
}
</style>
background-color css
<style>
a { background-color: #DCBE41; }
a { background-color: rgb(220,190,65); }
div.DivClassName
{
background-color: #DCBE41;
}
.BgClassName
{
background-color: #DCBE41;
}
</style>
border-color css
<style>
span { border-color: #DCBE41; }
span { border-color: rgb(220,190,65); }
td.TdClassName
{
border-color: #DCBE41;
}
.TagClassName
{
border-color: #DCBE41;
}
</style>