Shades of Confetti #DCC24E
Tints of Confetti #DCC24E
RGB
CMYK
RGB Variations
Color information
#DCC24E (or 0xDCC24E) is known color: Confetti. HEX triplet: DC, C2 and 4E. RGB value is (220,194,78). Sum of RGB (Red+Green+Blue) = 220+194+78=492 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.72% from 492); Green value is 194 (76.17% from 255 or 39.43% from 492); Blue value is 78 (30.86% from 255 or 15.85% from 492); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC24E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC24E is #233DB1. Grayscale: #BDBDBD. Windows color (decimal): -2309554 or 5161692. OLE color: 5161692.
HSL color Cylindrical-coordinate representation of color #DCC24E: hue angle of 49.01º 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 #DCC24E is Cyan = 0, Magento = 0.12, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 194 | 78 | - |
| CMYK | 0 | 0.12 | 0.65 | 0.14 |
| HSL | 49.01º | 0.67% | 0.58% | - |
| HSV(B) | 49.01º | 0.65% | 0.86% | - |
| XYZ | 50.18 | 54.35 | 15.05 | - |
| YUV | 188.55 | 65.61 | 150.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 194 | 78 | 0 | 0.12 | 0.65 | 0.14 | 49.01 | 0.67 | 0.58 |
| Hex | DC | C2 | 4E | 0 | C | 41 | E | 31 | 43 | 3A |
| Octal | 334 | 302 | 116 | 0 | 14 | 101 | 16 | 61 | 103 | 72 |
| Binary | 11011100 | 11000010 | 1001110 | 0 | 1100 | 1000001 | 1110 | 110001 | 1000011 | 111010 |
Color Harmonies of #DCC24E
Complementary color
Monochromatic Colors of #DCC24E
Black with #DCC24E
Text Example
Text Example
White with #DCC24E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC24E; }
p { color: rgb(220,194,78); }
H1.HeaderClassName
{
color: #DCC24E;
}
.AnyTagClassName
{
color: #DCC24E;
}
</style>
background-color css
<style>
a { background-color: #DCC24E; }
a { background-color: rgb(220,194,78); }
div.DivClassName
{
background-color: #DCC24E;
}
.BgClassName
{
background-color: #DCC24E;
}
</style>
border-color css
<style>
span { border-color: #DCC24E; }
span { border-color: rgb(220,194,78); }
td.TdClassName
{
border-color: #DCC24E;
}
.TagClassName
{
border-color: #DCC24E;
}
</style>