Shades of Confetti #DCD54C
Tints of Confetti #DCD54C
RGB
CMYK
RGB Variations
Color information
#DCD54C (or 0xDCD54C) is known color: Confetti. HEX triplet: DC, D5 and 4C. RGB value is (220,213,76). Sum of RGB (Red+Green+Blue) = 220+213+76=509 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.22% from 509); Green value is 213 (83.59% from 255 or 41.85% from 509); Blue value is 76 (30.08% from 255 or 14.93% from 509); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD54C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD54C is #232AB3. Grayscale: #C8C8C8. Windows color (decimal): -2304692 or 5035484. OLE color: 5035484.
HSL color Cylindrical-coordinate representation of color #DCD54C: hue angle of 57.08º 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 #DCD54C is Cyan = 0, Magento = 0.03, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 213 | 76 | - |
| CMYK | 0 | 0.03 | 0.65 | 0.14 |
| HSL | 57.08º | 0.67% | 0.58% | - |
| HSV(B) | 57.08º | 0.65% | 0.86% | - |
| XYZ | 54.61 | 63.33 | 16.18 | - |
| YUV | 199.48 | 58.32 | 142.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 213 | 76 | 0 | 0.03 | 0.65 | 0.14 | 57.08 | 0.67 | 0.58 |
| Hex | DC | D5 | 4C | 0 | 3 | 41 | E | 39 | 43 | 3A |
| Octal | 334 | 325 | 114 | 0 | 3 | 101 | 16 | 71 | 103 | 72 |
| Binary | 11011100 | 11010101 | 1001100 | 0 | 11 | 1000001 | 1110 | 111001 | 1000011 | 111010 |
Color Harmonies of #DCD54C
Complementary color
Monochromatic Colors of #DCD54C
Black with #DCD54C
Text Example
Text Example
White with #DCD54C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD54C; }
p { color: rgb(220,213,76); }
H1.HeaderClassName
{
color: #DCD54C;
}
.AnyTagClassName
{
color: #DCD54C;
}
</style>
background-color css
<style>
a { background-color: #DCD54C; }
a { background-color: rgb(220,213,76); }
div.DivClassName
{
background-color: #DCD54C;
}
.BgClassName
{
background-color: #DCD54C;
}
</style>
border-color css
<style>
span { border-color: #DCD54C; }
span { border-color: rgb(220,213,76); }
td.TdClassName
{
border-color: #DCD54C;
}
.TagClassName
{
border-color: #DCD54C;
}
</style>