Shades of Confetti #DCD24D
Tints of Confetti #DCD24D
RGB
CMYK
RGB Variations
Color information
#DCD24D (or 0xDCD24D) is known color: Confetti. HEX triplet: DC, D2 and 4D. RGB value is (220,210,77). Sum of RGB (Red+Green+Blue) = 220+210+77=507 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.39% from 507); Green value is 210 (82.42% from 255 or 41.42% from 507); Blue value is 77 (30.47% from 255 or 15.19% from 507); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD24D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD24D is #232DB2. Grayscale: #C6C6C6. Windows color (decimal): -2305459 or 5100252. OLE color: 5100252.
HSL color Cylindrical-coordinate representation of color #DCD24D: hue angle of 55.8º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DCD24D is Cyan = 0, Magento = 0.05, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 210 | 77 | - |
| CMYK | 0 | 0.05 | 0.65 | 0.14 |
| HSL | 55.8º | 0.67% | 0.58% | - |
| HSV(B) | 55.8º | 0.65% | 0.86% | - |
| XYZ | 53.9 | 61.84 | 16.12 | - |
| YUV | 197.83 | 59.81 | 143.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 210 | 77 | 0 | 0.05 | 0.65 | 0.14 | 55.8 | 0.67 | 0.58 |
| Hex | DC | D2 | 4D | 0 | 5 | 41 | E | 38 | 43 | 3A |
| Octal | 334 | 322 | 115 | 0 | 5 | 101 | 16 | 70 | 103 | 72 |
| Binary | 11011100 | 11010010 | 1001101 | 0 | 101 | 1000001 | 1110 | 111000 | 1000011 | 111010 |
Color Harmonies of #DCD24D
Complementary color
Monochromatic Colors of #DCD24D
Black with #DCD24D
Text Example
Text Example
White with #DCD24D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD24D; }
p { color: rgb(220,210,77); }
H1.HeaderClassName
{
color: #DCD24D;
}
.AnyTagClassName
{
color: #DCD24D;
}
</style>
background-color css
<style>
a { background-color: #DCD24D; }
a { background-color: rgb(220,210,77); }
div.DivClassName
{
background-color: #DCD24D;
}
.BgClassName
{
background-color: #DCD24D;
}
</style>
border-color css
<style>
span { border-color: #DCD24D; }
span { border-color: rgb(220,210,77); }
td.TdClassName
{
border-color: #DCD24D;
}
.TagClassName
{
border-color: #DCD24D;
}
</style>