Shades of Confetti #DCC24D
Tints of Confetti #DCC24D
RGB
CMYK
RGB Variations
Color information
#DCC24D (or 0xDCC24D) is known color: Confetti. HEX triplet: DC, C2 and 4D. RGB value is (220,194,77). Sum of RGB (Red+Green+Blue) = 220+194+77=491 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.81% from 491); Green value is 194 (76.17% from 255 or 39.51% from 491); Blue value is 77 (30.47% from 255 or 15.68% from 491); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC24D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC24D is #233DB2. Grayscale: #BCBCBC. Windows color (decimal): -2309555 or 5096156. OLE color: 5096156.
HSL color Cylindrical-coordinate representation of color #DCC24D: hue angle of 49.09º 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 #DCC24D is Cyan = 0, Magento = 0.12, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 194 | 77 | - |
| CMYK | 0 | 0.12 | 0.65 | 0.14 |
| HSL | 49.09º | 0.67% | 0.58% | - |
| HSV(B) | 49.09º | 0.65% | 0.86% | - |
| XYZ | 50.15 | 54.34 | 14.87 | - |
| YUV | 188.44 | 65.11 | 150.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 194 | 77 | 0 | 0.12 | 0.65 | 0.14 | 49.09 | 0.67 | 0.58 |
| Hex | DC | C2 | 4D | 0 | C | 41 | E | 31 | 43 | 3A |
| Octal | 334 | 302 | 115 | 0 | 14 | 101 | 16 | 61 | 103 | 72 |
| Binary | 11011100 | 11000010 | 1001101 | 0 | 1100 | 1000001 | 1110 | 110001 | 1000011 | 111010 |
Color Harmonies of #DCC24D
Complementary color
Monochromatic Colors of #DCC24D
Black with #DCC24D
Text Example
Text Example
White with #DCC24D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC24D; }
p { color: rgb(220,194,77); }
H1.HeaderClassName
{
color: #DCC24D;
}
.AnyTagClassName
{
color: #DCC24D;
}
</style>
background-color css
<style>
a { background-color: #DCC24D; }
a { background-color: rgb(220,194,77); }
div.DivClassName
{
background-color: #DCC24D;
}
.BgClassName
{
background-color: #DCC24D;
}
</style>
border-color css
<style>
span { border-color: #DCC24D; }
span { border-color: rgb(220,194,77); }
td.TdClassName
{
border-color: #DCC24D;
}
.TagClassName
{
border-color: #DCC24D;
}
</style>