Shades of Confetti #DCC041
Tints of Confetti #DCC041
RGB
CMYK
RGB Variations
Color information
#DCC041 (or 0xDCC041) is known color: Confetti. HEX triplet: DC, C0 and 41. RGB value is (220,192,65). Sum of RGB (Red+Green+Blue) = 220+192+65=477 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.12% from 477); Green value is 192 (75.39% from 255 or 40.25% from 477); Blue value is 65 (25.78% from 255 or 13.63% from 477); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC041 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC041 is #233FBE. Grayscale: #BABABA. Windows color (decimal): -2310079 or 4309212. OLE color: 4309212.
HSL color Cylindrical-coordinate representation of color #DCC041: hue angle of 49.16º 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 #DCC041 is Cyan = 0, Magento = 0.13, Yellow = 0.70 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 192 | 65 | - |
| CMYK | 0 | 0.13 | 0.70 | 0.14 |
| HSL | 49.16º | 0.69% | 0.56% | - |
| HSV(B) | 49.16º | 0.7% | 0.86% | - |
| XYZ | 49.32 | 53.3 | 12.69 | - |
| YUV | 185.89 | 59.78 | 152.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 192 | 65 | 0 | 0.13 | 0.70 | 0.14 | 49.16 | 0.69 | 0.56 |
| Hex | DC | C0 | 41 | 0 | D | 46 | E | 31 | 45 | 38 |
| Octal | 334 | 300 | 101 | 0 | 15 | 106 | 16 | 61 | 105 | 70 |
| Binary | 11011100 | 11000000 | 1000001 | 0 | 1101 | 1000110 | 1110 | 110001 | 1000101 | 111000 |
Color Harmonies of #DCC041
Complementary color
Monochromatic Colors of #DCC041
Black with #DCC041
Text Example
Text Example
White with #DCC041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC041; }
p { color: rgb(220,192,65); }
H1.HeaderClassName
{
color: #DCC041;
}
.AnyTagClassName
{
color: #DCC041;
}
</style>
background-color css
<style>
a { background-color: #DCC041; }
a { background-color: rgb(220,192,65); }
div.DivClassName
{
background-color: #DCC041;
}
.BgClassName
{
background-color: #DCC041;
}
</style>
border-color css
<style>
span { border-color: #DCC041; }
span { border-color: rgb(220,192,65); }
td.TdClassName
{
border-color: #DCC041;
}
.TagClassName
{
border-color: #DCC041;
}
</style>