Shades of Confetti #DCCC41
Tints of Confetti #DCCC41
RGB
CMYK
RGB Variations
Color information
#DCCC41 (or 0xDCCC41) is known color: Confetti. HEX triplet: DC, CC and 41. RGB value is (220,204,65). Sum of RGB (Red+Green+Blue) = 220+204+65=489 (64% of max value = 765). Red value is 220 (86.33% from 255 or 44.99% from 489); Green value is 204 (80.08% from 255 or 41.72% from 489); Blue value is 65 (25.78% from 255 or 13.29% from 489); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCC41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCCC41 is #2333BE. Grayscale: #C1C1C1. Windows color (decimal): -2307007 or 4312284. OLE color: 4312284.
HSL color Cylindrical-coordinate representation of color #DCCC41: hue angle of 53.81º 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 #DCCC41 is Cyan = 0, Magento = 0.07, Yellow = 0.70 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 204 | 65 | - |
| CMYK | 0 | 0.07 | 0.70 | 0.14 |
| HSL | 53.81º | 0.69% | 0.56% | - |
| HSV(B) | 53.81º | 0.7% | 0.86% | - |
| XYZ | 52.06 | 58.78 | 13.6 | - |
| YUV | 192.94 | 55.8 | 147.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 204 | 65 | 0 | 0.07 | 0.70 | 0.14 | 53.81 | 0.69 | 0.56 |
| Hex | DC | CC | 41 | 0 | 7 | 46 | E | 36 | 45 | 38 |
| Octal | 334 | 314 | 101 | 0 | 7 | 106 | 16 | 66 | 105 | 70 |
| Binary | 11011100 | 11001100 | 1000001 | 0 | 111 | 1000110 | 1110 | 110110 | 1000101 | 111000 |
Color Harmonies of #DCCC41
Complementary color
Monochromatic Colors of #DCCC41
Black with #DCCC41
Text Example
Text Example
White with #DCCC41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCC41; }
p { color: rgb(220,204,65); }
H1.HeaderClassName
{
color: #DCCC41;
}
.AnyTagClassName
{
color: #DCCC41;
}
</style>
background-color css
<style>
a { background-color: #DCCC41; }
a { background-color: rgb(220,204,65); }
div.DivClassName
{
background-color: #DCCC41;
}
.BgClassName
{
background-color: #DCCC41;
}
</style>
border-color css
<style>
span { border-color: #DCCC41; }
span { border-color: rgb(220,204,65); }
td.TdClassName
{
border-color: #DCCC41;
}
.TagClassName
{
border-color: #DCCC41;
}
</style>