Shades of Confetti #DCD848
Tints of Confetti #DCD848
RGB
CMYK
RGB Variations
Color information
#DCD848 (or 0xDCD848) is known color: Confetti. HEX triplet: DC, D8 and 48. RGB value is (220,216,72). Sum of RGB (Red+Green+Blue) = 220+216+72=508 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.31% from 508); Green value is 216 (84.77% from 255 or 42.52% from 508); Blue value is 72 (28.52% from 255 or 14.17% from 508); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD848 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD848 is #2327B7. Grayscale: #C9C9C9. Windows color (decimal): -2303928 or 4774108. OLE color: 4774108.
HSL color Cylindrical-coordinate representation of color #DCD848: hue angle of 58.38º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DCD848 is Cyan = 0, Magento = 0.02, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 216 | 72 | - |
| CMYK | 0 | 0.02 | 0.67 | 0.14 |
| HSL | 58.38º | 0.68% | 0.57% | - |
| HSV(B) | 58.38º | 0.67% | 0.86% | - |
| XYZ | 55.24 | 64.8 | 15.73 | - |
| YUV | 200.78 | 55.33 | 141.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 216 | 72 | 0 | 0.02 | 0.67 | 0.14 | 58.38 | 0.68 | 0.57 |
| Hex | DC | D8 | 48 | 0 | 2 | 43 | E | 3A | 44 | 39 |
| Octal | 334 | 330 | 110 | 0 | 2 | 103 | 16 | 72 | 104 | 71 |
| Binary | 11011100 | 11011000 | 1001000 | 0 | 10 | 1000011 | 1110 | 111010 | 1000100 | 111001 |
Color Harmonies of #DCD848
Complementary color
Monochromatic Colors of #DCD848
Black with #DCD848
Text Example
Text Example
White with #DCD848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD848; }
p { color: rgb(220,216,72); }
H1.HeaderClassName
{
color: #DCD848;
}
.AnyTagClassName
{
color: #DCD848;
}
</style>
background-color css
<style>
a { background-color: #DCD848; }
a { background-color: rgb(220,216,72); }
div.DivClassName
{
background-color: #DCD848;
}
.BgClassName
{
background-color: #DCD848;
}
</style>
border-color css
<style>
span { border-color: #DCD848; }
span { border-color: rgb(220,216,72); }
td.TdClassName
{
border-color: #DCD848;
}
.TagClassName
{
border-color: #DCD848;
}
</style>