Shades of Confetti #DCC64C
Tints of Confetti #DCC64C
RGB
CMYK
RGB Variations
Color information
#DCC64C (or 0xDCC64C) is known color: Confetti. HEX triplet: DC, C6 and 4C. RGB value is (220,198,76). Sum of RGB (Red+Green+Blue) = 220+198+76=494 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.53% from 494); Green value is 198 (77.73% from 255 or 40.08% from 494); Blue value is 76 (30.08% from 255 or 15.38% from 494); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC64C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC64C is #2339B3. Grayscale: #BFBFBF. Windows color (decimal): -2308532 or 5031644. OLE color: 5031644.
HSL color Cylindrical-coordinate representation of color #DCC64C: hue angle of 50.83º 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 #DCC64C is Cyan = 0, Magento = 0.1, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 198 | 76 | - |
| CMYK | 0 | 0.1 | 0.65 | 0.14 |
| HSL | 50.83º | 0.67% | 0.58% | - |
| HSV(B) | 50.83º | 0.65% | 0.86% | - |
| XYZ | 51.01 | 56.13 | 14.98 | - |
| YUV | 190.67 | 63.29 | 148.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 198 | 76 | 0 | 0.1 | 0.65 | 0.14 | 50.83 | 0.67 | 0.58 |
| Hex | DC | C6 | 4C | 0 | A | 41 | E | 33 | 43 | 3A |
| Octal | 334 | 306 | 114 | 0 | 12 | 101 | 16 | 63 | 103 | 72 |
| Binary | 11011100 | 11000110 | 1001100 | 0 | 1010 | 1000001 | 1110 | 110011 | 1000011 | 111010 |
Color Harmonies of #DCC64C
Complementary color
Monochromatic Colors of #DCC64C
Black with #DCC64C
Text Example
Text Example
White with #DCC64C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC64C; }
p { color: rgb(220,198,76); }
H1.HeaderClassName
{
color: #DCC64C;
}
.AnyTagClassName
{
color: #DCC64C;
}
</style>
background-color css
<style>
a { background-color: #DCC64C; }
a { background-color: rgb(220,198,76); }
div.DivClassName
{
background-color: #DCC64C;
}
.BgClassName
{
background-color: #DCC64C;
}
</style>
border-color css
<style>
span { border-color: #DCC64C; }
span { border-color: rgb(220,198,76); }
td.TdClassName
{
border-color: #DCC64C;
}
.TagClassName
{
border-color: #DCC64C;
}
</style>