Shades of Confetti #DCCD46
Tints of Confetti #DCCD46
RGB
CMYK
RGB Variations
Color information
#DCCD46 (or 0xDCCD46) is known color: Confetti. HEX triplet: DC, CD and 46. RGB value is (220,205,70). Sum of RGB (Red+Green+Blue) = 220+205+70=495 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.44% from 495); Green value is 205 (80.47% from 255 or 41.41% from 495); Blue value is 70 (27.73% from 255 or 14.14% from 495); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCD46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCCD46 is #2332B9. Grayscale: #C2C2C2. Windows color (decimal): -2306746 or 4640220. OLE color: 4640220.
HSL color Cylindrical-coordinate representation of color #DCCD46: hue angle of 54º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DCCD46 is Cyan = 0, Magento = 0.07, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 205 | 70 | - |
| CMYK | 0 | 0.07 | 0.68 | 0.14 |
| HSL | 54º | 0.68% | 0.57% | - |
| HSV(B) | 54º | 0.68% | 0.86% | - |
| XYZ | 52.45 | 59.32 | 14.48 | - |
| YUV | 194.1 | 57.97 | 146.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 205 | 70 | 0 | 0.07 | 0.68 | 0.14 | 54 | 0.68 | 0.57 |
| Hex | DC | CD | 46 | 0 | 7 | 44 | E | 36 | 44 | 39 |
| Octal | 334 | 315 | 106 | 0 | 7 | 104 | 16 | 66 | 104 | 71 |
| Binary | 11011100 | 11001101 | 1000110 | 0 | 111 | 1000100 | 1110 | 110110 | 1000100 | 111001 |
Color Harmonies of #DCCD46
Complementary color
Monochromatic Colors of #DCCD46
Black with #DCCD46
Text Example
Text Example
White with #DCCD46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCD46; }
p { color: rgb(220,205,70); }
H1.HeaderClassName
{
color: #DCCD46;
}
.AnyTagClassName
{
color: #DCCD46;
}
</style>
background-color css
<style>
a { background-color: #DCCD46; }
a { background-color: rgb(220,205,70); }
div.DivClassName
{
background-color: #DCCD46;
}
.BgClassName
{
background-color: #DCCD46;
}
</style>
border-color css
<style>
span { border-color: #DCCD46; }
span { border-color: rgb(220,205,70); }
td.TdClassName
{
border-color: #DCCD46;
}
.TagClassName
{
border-color: #DCCD46;
}
</style>