Shades of Confetti #DCD140
Tints of Confetti #DCD140
RGB
CMYK
RGB Variations
Color information
#DCD140 (or 0xDCD140) is known color: Confetti. HEX triplet: DC, D1 and 40. RGB value is (220,209,64). Sum of RGB (Red+Green+Blue) = 220+209+64=493 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.62% from 493); Green value is 209 (82.03% from 255 or 42.39% from 493); Blue value is 64 (25.39% from 255 or 12.98% from 493); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD140 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD140 is #232EBF. Grayscale: #C4C4C4. Windows color (decimal): -2305728 or 4248028. OLE color: 4248028.
HSL color Cylindrical-coordinate representation of color #DCD140: hue angle of 55.77º 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 #DCD140 is Cyan = 0, Magento = 0.05, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 209 | 64 | - |
| CMYK | 0 | 0.05 | 0.71 | 0.14 |
| HSL | 55.77º | 0.69% | 0.56% | - |
| HSV(B) | 55.77º | 0.71% | 0.86% | - |
| XYZ | 53.24 | 61.19 | 13.85 | - |
| YUV | 195.76 | 53.64 | 145.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 209 | 64 | 0 | 0.05 | 0.71 | 0.14 | 55.77 | 0.69 | 0.56 |
| Hex | DC | D1 | 40 | 0 | 5 | 47 | E | 38 | 45 | 38 |
| Octal | 334 | 321 | 100 | 0 | 5 | 107 | 16 | 70 | 105 | 70 |
| Binary | 11011100 | 11010001 | 1000000 | 0 | 101 | 1000111 | 1110 | 111000 | 1000101 | 111000 |
Color Harmonies of #DCD140
Complementary color
Monochromatic Colors of #DCD140
Black with #DCD140
Text Example
Text Example
White with #DCD140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD140; }
p { color: rgb(220,209,64); }
H1.HeaderClassName
{
color: #DCD140;
}
.AnyTagClassName
{
color: #DCD140;
}
</style>
background-color css
<style>
a { background-color: #DCD140; }
a { background-color: rgb(220,209,64); }
div.DivClassName
{
background-color: #DCD140;
}
.BgClassName
{
background-color: #DCD140;
}
</style>
border-color css
<style>
span { border-color: #DCD140; }
span { border-color: rgb(220,209,64); }
td.TdClassName
{
border-color: #DCD140;
}
.TagClassName
{
border-color: #DCD140;
}
</style>