Shades of Confetti #DCBE40
Tints of Confetti #DCBE40
RGB
CMYK
RGB Variations
Color information
#DCBE40 (or 0xDCBE40) is known color: Confetti. HEX triplet: DC, BE and 40. RGB value is (220,190,64). Sum of RGB (Red+Green+Blue) = 220+190+64=474 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.41% from 474); Green value is 190 (74.61% from 255 or 40.08% from 474); Blue value is 64 (25.39% from 255 or 13.50% from 474); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBE40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCBE40 is #2341BF. Grayscale: #B9B9B9. Windows color (decimal): -2310592 or 4243164. OLE color: 4243164.
HSL color Cylindrical-coordinate representation of color #DCBE40: hue angle of 48.46º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DCBE40 is Cyan = 0, Magento = 0.14, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 190 | 64 | - |
| CMYK | 0 | 0.14 | 0.71 | 0.14 |
| HSL | 48.46º | 0.69% | 0.56% | - |
| HSV(B) | 48.46º | 0.71% | 0.86% | - |
| XYZ | 48.85 | 52.41 | 12.39 | - |
| YUV | 184.61 | 59.94 | 153.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 190 | 64 | 0 | 0.14 | 0.71 | 0.14 | 48.46 | 0.69 | 0.56 |
| Hex | DC | BE | 40 | 0 | E | 47 | E | 30 | 45 | 38 |
| Octal | 334 | 276 | 100 | 0 | 16 | 107 | 16 | 60 | 105 | 70 |
| Binary | 11011100 | 10111110 | 1000000 | 0 | 1110 | 1000111 | 1110 | 110000 | 1000101 | 111000 |
Color Harmonies of #DCBE40
Complementary color
Monochromatic Colors of #DCBE40
Black with #DCBE40
Text Example
Text Example
White with #DCBE40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBE40; }
p { color: rgb(220,190,64); }
H1.HeaderClassName
{
color: #DCBE40;
}
.AnyTagClassName
{
color: #DCBE40;
}
</style>
background-color css
<style>
a { background-color: #DCBE40; }
a { background-color: rgb(220,190,64); }
div.DivClassName
{
background-color: #DCBE40;
}
.BgClassName
{
background-color: #DCBE40;
}
</style>
border-color css
<style>
span { border-color: #DCBE40; }
span { border-color: rgb(220,190,64); }
td.TdClassName
{
border-color: #DCBE40;
}
.TagClassName
{
border-color: #DCBE40;
}
</style>