Shades of Confetti #DCD644
Tints of Confetti #DCD644
RGB
CMYK
RGB Variations
Color information
#DCD644 (or 0xDCD644) is known color: Confetti. HEX triplet: DC, D6 and 44. RGB value is (220,214,68). Sum of RGB (Red+Green+Blue) = 220+214+68=502 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.82% from 502); Green value is 214 (83.98% from 255 or 42.63% from 502); Blue value is 68 (26.95% from 255 or 13.55% from 502); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD644 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD644 is #2329BB. Grayscale: #C7C7C7. Windows color (decimal): -2304444 or 4511452. OLE color: 4511452.
HSL color Cylindrical-coordinate representation of color #DCD644: hue angle of 57.63º 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 #DCD644 is Cyan = 0, Magento = 0.03, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 214 | 68 | - |
| CMYK | 0 | 0.03 | 0.69 | 0.14 |
| HSL | 57.63º | 0.68% | 0.56% | - |
| HSV(B) | 57.63º | 0.69% | 0.86% | - |
| XYZ | 54.61 | 63.73 | 14.89 | - |
| YUV | 199.15 | 53.99 | 142.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 214 | 68 | 0 | 0.03 | 0.69 | 0.14 | 57.63 | 0.68 | 0.56 |
| Hex | DC | D6 | 44 | 0 | 3 | 45 | E | 3A | 44 | 38 |
| Octal | 334 | 326 | 104 | 0 | 3 | 105 | 16 | 72 | 104 | 70 |
| Binary | 11011100 | 11010110 | 1000100 | 0 | 11 | 1000101 | 1110 | 111010 | 1000100 | 111000 |
Color Harmonies of #DCD644
Complementary color
Monochromatic Colors of #DCD644
Black with #DCD644
Text Example
Text Example
White with #DCD644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD644; }
p { color: rgb(220,214,68); }
H1.HeaderClassName
{
color: #DCD644;
}
.AnyTagClassName
{
color: #DCD644;
}
</style>
background-color css
<style>
a { background-color: #DCD644; }
a { background-color: rgb(220,214,68); }
div.DivClassName
{
background-color: #DCD644;
}
.BgClassName
{
background-color: #DCD644;
}
</style>
border-color css
<style>
span { border-color: #DCD644; }
span { border-color: rgb(220,214,68); }
td.TdClassName
{
border-color: #DCD644;
}
.TagClassName
{
border-color: #DCD644;
}
</style>