Shades of Confetti #DCCD41
Tints of Confetti #DCCD41
RGB
CMYK
RGB Variations
Color information
#DCCD41 (or 0xDCCD41) is known color: Confetti. HEX triplet: DC, CD and 41. RGB value is (220,205,65). Sum of RGB (Red+Green+Blue) = 220+205+65=490 (64% of max value = 765). Red value is 220 (86.33% from 255 or 44.90% from 490); Green value is 205 (80.47% from 255 or 41.84% from 490); Blue value is 65 (25.78% from 255 or 13.27% from 490); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCD41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCCD41 is #2332BE. Grayscale: #C2C2C2. Windows color (decimal): -2306751 or 4312540. OLE color: 4312540.
HSL color Cylindrical-coordinate representation of color #DCCD41: hue angle of 54.19º 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 #DCCD41 is Cyan = 0, Magento = 0.07, Yellow = 0.70 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 205 | 65 | - |
| CMYK | 0 | 0.07 | 0.70 | 0.14 |
| HSL | 54.19º | 0.69% | 0.56% | - |
| HSV(B) | 54.19º | 0.7% | 0.86% | - |
| XYZ | 52.3 | 59.26 | 13.68 | - |
| YUV | 193.53 | 55.47 | 146.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 205 | 65 | 0 | 0.07 | 0.70 | 0.14 | 54.19 | 0.69 | 0.56 |
| Hex | DC | CD | 41 | 0 | 7 | 46 | E | 36 | 45 | 38 |
| Octal | 334 | 315 | 101 | 0 | 7 | 106 | 16 | 66 | 105 | 70 |
| Binary | 11011100 | 11001101 | 1000001 | 0 | 111 | 1000110 | 1110 | 110110 | 1000101 | 111000 |
Color Harmonies of #DCCD41
Complementary color
Monochromatic Colors of #DCCD41
Black with #DCCD41
Text Example
Text Example
White with #DCCD41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCD41; }
p { color: rgb(220,205,65); }
H1.HeaderClassName
{
color: #DCCD41;
}
.AnyTagClassName
{
color: #DCCD41;
}
</style>
background-color css
<style>
a { background-color: #DCCD41; }
a { background-color: rgb(220,205,65); }
div.DivClassName
{
background-color: #DCCD41;
}
.BgClassName
{
background-color: #DCCD41;
}
</style>
border-color css
<style>
span { border-color: #DCCD41; }
span { border-color: rgb(220,205,65); }
td.TdClassName
{
border-color: #DCCD41;
}
.TagClassName
{
border-color: #DCCD41;
}
</style>