Shades of Confetti #DCD246
Tints of Confetti #DCD246
RGB
CMYK
RGB Variations
Color information
#DCD246 (or 0xDCD246) is known color: Confetti. HEX triplet: DC, D2 and 46. RGB value is (220,210,70). Sum of RGB (Red+Green+Blue) = 220+210+70=500 (66% of max value = 765). Red value is 220 (86.33% from 255 or 44% from 500); Green value is 210 (82.42% from 255 or 42% from 500); Blue value is 70 (27.73% from 255 or 14% from 500); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD246 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD246 is #232DB9. Grayscale: #C5C5C5. Windows color (decimal): -2305466 or 4641500. OLE color: 4641500.
HSL color Cylindrical-coordinate representation of color #DCD246: hue angle of 56º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DCD246 is Cyan = 0, Magento = 0.05, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 210 | 70 | - |
| CMYK | 0 | 0.05 | 0.68 | 0.14 |
| HSL | 56º | 0.68% | 0.57% | - |
| HSV(B) | 56º | 0.68% | 0.86% | - |
| XYZ | 53.67 | 61.75 | 14.88 | - |
| YUV | 197.03 | 56.31 | 144.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 210 | 70 | 0 | 0.05 | 0.68 | 0.14 | 56 | 0.68 | 0.57 |
| Hex | DC | D2 | 46 | 0 | 5 | 44 | E | 38 | 44 | 39 |
| Octal | 334 | 322 | 106 | 0 | 5 | 104 | 16 | 70 | 104 | 71 |
| Binary | 11011100 | 11010010 | 1000110 | 0 | 101 | 1000100 | 1110 | 111000 | 1000100 | 111001 |
Color Harmonies of #DCD246
Complementary color
Monochromatic Colors of #DCD246
Black with #DCD246
Text Example
Text Example
White with #DCD246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD246; }
p { color: rgb(220,210,70); }
H1.HeaderClassName
{
color: #DCD246;
}
.AnyTagClassName
{
color: #DCD246;
}
</style>
background-color css
<style>
a { background-color: #DCD246; }
a { background-color: rgb(220,210,70); }
div.DivClassName
{
background-color: #DCD246;
}
.BgClassName
{
background-color: #DCD246;
}
</style>
border-color css
<style>
span { border-color: #DCD246; }
span { border-color: rgb(220,210,70); }
td.TdClassName
{
border-color: #DCD246;
}
.TagClassName
{
border-color: #DCD246;
}
</style>