Shades of Confetti #DCCE41
Tints of Confetti #DCCE41
RGB
CMYK
RGB Variations
Color information
#DCCE41 (or 0xDCCE41) is known color: Confetti. HEX triplet: DC, CE and 41. RGB value is (220,206,65). Sum of RGB (Red+Green+Blue) = 220+206+65=491 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.81% from 491); Green value is 206 (80.86% from 255 or 41.96% from 491); Blue value is 65 (25.78% from 255 or 13.24% from 491); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCE41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCCE41 is #2331BE. Grayscale: #C2C2C2. Windows color (decimal): -2306495 or 4312796. OLE color: 4312796.
HSL color Cylindrical-coordinate representation of color #DCCE41: hue angle of 54.58º 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 #DCCE41 is Cyan = 0, Magento = 0.06, Yellow = 0.70 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 206 | 65 | - |
| CMYK | 0 | 0.06 | 0.70 | 0.14 |
| HSL | 54.58º | 0.69% | 0.56% | - |
| HSV(B) | 54.58º | 0.7% | 0.86% | - |
| XYZ | 52.54 | 59.74 | 13.76 | - |
| YUV | 194.11 | 55.14 | 146.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 206 | 65 | 0 | 0.06 | 0.70 | 0.14 | 54.58 | 0.69 | 0.56 |
| Hex | DC | CE | 41 | 0 | 6 | 46 | E | 37 | 45 | 38 |
| Octal | 334 | 316 | 101 | 0 | 6 | 106 | 16 | 67 | 105 | 70 |
| Binary | 11011100 | 11001110 | 1000001 | 0 | 110 | 1000110 | 1110 | 110111 | 1000101 | 111000 |
Color Harmonies of #DCCE41
Complementary color
Monochromatic Colors of #DCCE41
Black with #DCCE41
Text Example
Text Example
White with #DCCE41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCE41; }
p { color: rgb(220,206,65); }
H1.HeaderClassName
{
color: #DCCE41;
}
.AnyTagClassName
{
color: #DCCE41;
}
</style>
background-color css
<style>
a { background-color: #DCCE41; }
a { background-color: rgb(220,206,65); }
div.DivClassName
{
background-color: #DCCE41;
}
.BgClassName
{
background-color: #DCCE41;
}
</style>
border-color css
<style>
span { border-color: #DCCE41; }
span { border-color: rgb(220,206,65); }
td.TdClassName
{
border-color: #DCCE41;
}
.TagClassName
{
border-color: #DCCE41;
}
</style>