Shades of Confetti #DCD344
Tints of Confetti #DCD344
RGB
CMYK
RGB Variations
Color information
#DCD344 (or 0xDCD344) is known color: Confetti. HEX triplet: DC, D3 and 44. RGB value is (220,211,68). Sum of RGB (Red+Green+Blue) = 220+211+68=499 (66% of max value = 765). Red value is 220 (86.33% from 255 or 44.09% from 499); Green value is 211 (82.81% from 255 or 42.28% from 499); Blue value is 68 (26.95% from 255 or 13.63% from 499); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD344 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD344 is #232CBB. Grayscale: #C5C5C5. Windows color (decimal): -2305212 or 4510684. OLE color: 4510684.
HSL color Cylindrical-coordinate representation of color #DCD344: hue angle of 56.45º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DCD344 is Cyan = 0, Magento = 0.04, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 211 | 68 | - |
| CMYK | 0 | 0.04 | 0.69 | 0.14 |
| HSL | 56.45º | 0.68% | 0.56% | - |
| HSV(B) | 56.45º | 0.69% | 0.86% | - |
| XYZ | 53.85 | 62.22 | 14.64 | - |
| YUV | 197.39 | 54.98 | 144.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 211 | 68 | 0 | 0.04 | 0.69 | 0.14 | 56.45 | 0.68 | 0.56 |
| Hex | DC | D3 | 44 | 0 | 4 | 45 | E | 38 | 44 | 38 |
| Octal | 334 | 323 | 104 | 0 | 4 | 105 | 16 | 70 | 104 | 70 |
| Binary | 11011100 | 11010011 | 1000100 | 0 | 100 | 1000101 | 1110 | 111000 | 1000100 | 111000 |
Color Harmonies of #DCD344
Complementary color
Monochromatic Colors of #DCD344
Black with #DCD344
Text Example
Text Example
White with #DCD344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD344; }
p { color: rgb(220,211,68); }
H1.HeaderClassName
{
color: #DCD344;
}
.AnyTagClassName
{
color: #DCD344;
}
</style>
background-color css
<style>
a { background-color: #DCD344; }
a { background-color: rgb(220,211,68); }
div.DivClassName
{
background-color: #DCD344;
}
.BgClassName
{
background-color: #DCD344;
}
</style>
border-color css
<style>
span { border-color: #DCD344; }
span { border-color: rgb(220,211,68); }
td.TdClassName
{
border-color: #DCD344;
}
.TagClassName
{
border-color: #DCD344;
}
</style>