Shades of Confetti #DCD340
Tints of Confetti #DCD340
RGB
CMYK
RGB Variations
Color information
#DCD340 (or 0xDCD340) is known color: Confetti. HEX triplet: DC, D3 and 40. RGB value is (220,211,64). Sum of RGB (Red+Green+Blue) = 220+211+64=495 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.44% from 495); Green value is 211 (82.81% from 255 or 42.63% from 495); Blue value is 64 (25.39% from 255 or 12.93% from 495); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD340 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD340 is #232CBF. Grayscale: #C5C5C5. Windows color (decimal): -2305216 or 4248540. OLE color: 4248540.
HSL color Cylindrical-coordinate representation of color #DCD340: hue angle of 56.54º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DCD340 is Cyan = 0, Magento = 0.04, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 211 | 64 | - |
| CMYK | 0 | 0.04 | 0.71 | 0.14 |
| HSL | 56.54º | 0.69% | 0.56% | - |
| HSV(B) | 56.54º | 0.71% | 0.86% | - |
| XYZ | 53.73 | 62.17 | 14.02 | - |
| YUV | 196.93 | 52.98 | 144.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 211 | 64 | 0 | 0.04 | 0.71 | 0.14 | 56.54 | 0.69 | 0.56 |
| Hex | DC | D3 | 40 | 0 | 4 | 47 | E | 39 | 45 | 38 |
| Octal | 334 | 323 | 100 | 0 | 4 | 107 | 16 | 71 | 105 | 70 |
| Binary | 11011100 | 11010011 | 1000000 | 0 | 100 | 1000111 | 1110 | 111001 | 1000101 | 111000 |
Color Harmonies of #DCD340
Complementary color
Monochromatic Colors of #DCD340
Black with #DCD340
Text Example
Text Example
White with #DCD340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD340; }
p { color: rgb(220,211,64); }
H1.HeaderClassName
{
color: #DCD340;
}
.AnyTagClassName
{
color: #DCD340;
}
</style>
background-color css
<style>
a { background-color: #DCD340; }
a { background-color: rgb(220,211,64); }
div.DivClassName
{
background-color: #DCD340;
}
.BgClassName
{
background-color: #DCD340;
}
</style>
border-color css
<style>
span { border-color: #DCD340; }
span { border-color: rgb(220,211,64); }
td.TdClassName
{
border-color: #DCD340;
}
.TagClassName
{
border-color: #DCD340;
}
</style>