Shades of Confetti #DCC04C
Tints of Confetti #DCC04C
RGB
CMYK
RGB Variations
Color information
#DCC04C (or 0xDCC04C) is known color: Confetti. HEX triplet: DC, C0 and 4C. RGB value is (220,192,76). Sum of RGB (Red+Green+Blue) = 220+192+76=488 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.08% from 488); Green value is 192 (75.39% from 255 or 39.34% from 488); Blue value is 76 (30.08% from 255 or 15.57% from 488); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC04C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC04C is #233FB3. Grayscale: #BBBBBB. Windows color (decimal): -2310068 or 5030108. OLE color: 5030108.
HSL color Cylindrical-coordinate representation of color #DCC04C: hue angle of 48.33º 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 #DCC04C is Cyan = 0, Magento = 0.13, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 192 | 76 | - |
| CMYK | 0 | 0.13 | 0.65 | 0.14 |
| HSL | 48.33º | 0.67% | 0.58% | - |
| HSV(B) | 48.33º | 0.65% | 0.86% | - |
| XYZ | 49.67 | 53.44 | 14.53 | - |
| YUV | 187.15 | 65.28 | 151.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 192 | 76 | 0 | 0.13 | 0.65 | 0.14 | 48.33 | 0.67 | 0.58 |
| Hex | DC | C0 | 4C | 0 | D | 41 | E | 30 | 43 | 3A |
| Octal | 334 | 300 | 114 | 0 | 15 | 101 | 16 | 60 | 103 | 72 |
| Binary | 11011100 | 11000000 | 1001100 | 0 | 1101 | 1000001 | 1110 | 110000 | 1000011 | 111010 |
Color Harmonies of #DCC04C
Complementary color
Monochromatic Colors of #DCC04C
Black with #DCC04C
Text Example
Text Example
White with #DCC04C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC04C; }
p { color: rgb(220,192,76); }
H1.HeaderClassName
{
color: #DCC04C;
}
.AnyTagClassName
{
color: #DCC04C;
}
</style>
background-color css
<style>
a { background-color: #DCC04C; }
a { background-color: rgb(220,192,76); }
div.DivClassName
{
background-color: #DCC04C;
}
.BgClassName
{
background-color: #DCC04C;
}
</style>
border-color css
<style>
span { border-color: #DCC04C; }
span { border-color: rgb(220,192,76); }
td.TdClassName
{
border-color: #DCC04C;
}
.TagClassName
{
border-color: #DCC04C;
}
</style>