Shades of Confetti #DCC040
Tints of Confetti #DCC040
RGB
CMYK
RGB Variations
Color information
#DCC040 (or 0xDCC040) is known color: Confetti. HEX triplet: DC, C0 and 40. RGB value is (220,192,64). Sum of RGB (Red+Green+Blue) = 220+192+64=476 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.22% from 476); Green value is 192 (75.39% from 255 or 40.34% from 476); Blue value is 64 (25.39% from 255 or 13.45% from 476); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC040 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC040 is #233FBF. Grayscale: #BABABA. Windows color (decimal): -2310080 or 4243676. OLE color: 4243676.
HSL color Cylindrical-coordinate representation of color #DCC040: hue angle of 49.23º 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 #DCC040 is Cyan = 0, Magento = 0.13, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 192 | 64 | - |
| CMYK | 0 | 0.13 | 0.71 | 0.14 |
| HSL | 49.23º | 0.69% | 0.56% | - |
| HSV(B) | 49.23º | 0.71% | 0.86% | - |
| XYZ | 49.29 | 53.29 | 12.54 | - |
| YUV | 185.78 | 59.28 | 152.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 192 | 64 | 0 | 0.13 | 0.71 | 0.14 | 49.23 | 0.69 | 0.56 |
| Hex | DC | C0 | 40 | 0 | D | 47 | E | 31 | 45 | 38 |
| Octal | 334 | 300 | 100 | 0 | 15 | 107 | 16 | 61 | 105 | 70 |
| Binary | 11011100 | 11000000 | 1000000 | 0 | 1101 | 1000111 | 1110 | 110001 | 1000101 | 111000 |
Color Harmonies of #DCC040
Complementary color
Monochromatic Colors of #DCC040
Black with #DCC040
Text Example
Text Example
White with #DCC040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC040; }
p { color: rgb(220,192,64); }
H1.HeaderClassName
{
color: #DCC040;
}
.AnyTagClassName
{
color: #DCC040;
}
</style>
background-color css
<style>
a { background-color: #DCC040; }
a { background-color: rgb(220,192,64); }
div.DivClassName
{
background-color: #DCC040;
}
.BgClassName
{
background-color: #DCC040;
}
</style>
border-color css
<style>
span { border-color: #DCC040; }
span { border-color: rgb(220,192,64); }
td.TdClassName
{
border-color: #DCC040;
}
.TagClassName
{
border-color: #DCC040;
}
</style>