Shades of Confetti #DCCA41
Tints of Confetti #DCCA41
RGB
CMYK
RGB Variations
Color information
#DCCA41 (or 0xDCCA41) is known color: Confetti. HEX triplet: DC, CA and 41. RGB value is (220,202,65). Sum of RGB (Red+Green+Blue) = 220+202+65=487 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.17% from 487); Green value is 202 (79.30% from 255 or 41.48% from 487); Blue value is 65 (25.78% from 255 or 13.35% from 487); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCA41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCCA41 is #2335BE. Grayscale: #C0C0C0. Windows color (decimal): -2307519 or 4311772. OLE color: 4311772.
HSL color Cylindrical-coordinate representation of color #DCCA41: hue angle of 53.03º 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 #DCCA41 is Cyan = 0, Magento = 0.08, Yellow = 0.70 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 202 | 65 | - |
| CMYK | 0 | 0.08 | 0.70 | 0.14 |
| HSL | 53.03º | 0.69% | 0.56% | - |
| HSV(B) | 53.03º | 0.7% | 0.86% | - |
| XYZ | 51.59 | 57.84 | 13.45 | - |
| YUV | 191.76 | 56.46 | 148.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 202 | 65 | 0 | 0.08 | 0.70 | 0.14 | 53.03 | 0.69 | 0.56 |
| Hex | DC | CA | 41 | 0 | 8 | 46 | E | 35 | 45 | 38 |
| Octal | 334 | 312 | 101 | 0 | 10 | 106 | 16 | 65 | 105 | 70 |
| Binary | 11011100 | 11001010 | 1000001 | 0 | 1000 | 1000110 | 1110 | 110101 | 1000101 | 111000 |
Color Harmonies of #DCCA41
Complementary color
Monochromatic Colors of #DCCA41
Black with #DCCA41
Text Example
Text Example
White with #DCCA41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCA41; }
p { color: rgb(220,202,65); }
H1.HeaderClassName
{
color: #DCCA41;
}
.AnyTagClassName
{
color: #DCCA41;
}
</style>
background-color css
<style>
a { background-color: #DCCA41; }
a { background-color: rgb(220,202,65); }
div.DivClassName
{
background-color: #DCCA41;
}
.BgClassName
{
background-color: #DCCA41;
}
</style>
border-color css
<style>
span { border-color: #DCCA41; }
span { border-color: rgb(220,202,65); }
td.TdClassName
{
border-color: #DCCA41;
}
.TagClassName
{
border-color: #DCCA41;
}
</style>