Shades of Confetti #DCC94C
Tints of Confetti #DCC94C
RGB
CMYK
RGB Variations
Color information
#DCC94C (or 0xDCC94C) is known color: Confetti. HEX triplet: DC, C9 and 4C. RGB value is (220,201,76). Sum of RGB (Red+Green+Blue) = 220+201+76=497 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.27% from 497); Green value is 201 (78.91% from 255 or 40.44% from 497); Blue value is 76 (30.08% from 255 or 15.29% from 497); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC94C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC94C is #2336B3. Grayscale: #C0C0C0. Windows color (decimal): -2307764 or 5032412. OLE color: 5032412.
HSL color Cylindrical-coordinate representation of color #DCC94C: hue angle of 52.08º 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 #DCC94C is Cyan = 0, Magento = 0.09, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 201 | 76 | - |
| CMYK | 0 | 0.09 | 0.65 | 0.14 |
| HSL | 52.08º | 0.67% | 0.58% | - |
| HSV(B) | 52.08º | 0.65% | 0.86% | - |
| XYZ | 51.71 | 57.51 | 15.21 | - |
| YUV | 192.43 | 62.29 | 147.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 201 | 76 | 0 | 0.09 | 0.65 | 0.14 | 52.08 | 0.67 | 0.58 |
| Hex | DC | C9 | 4C | 0 | 9 | 41 | E | 34 | 43 | 3A |
| Octal | 334 | 311 | 114 | 0 | 11 | 101 | 16 | 64 | 103 | 72 |
| Binary | 11011100 | 11001001 | 1001100 | 0 | 1001 | 1000001 | 1110 | 110100 | 1000011 | 111010 |
Color Harmonies of #DCC94C
Complementary color
Monochromatic Colors of #DCC94C
Black with #DCC94C
Text Example
Text Example
White with #DCC94C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC94C; }
p { color: rgb(220,201,76); }
H1.HeaderClassName
{
color: #DCC94C;
}
.AnyTagClassName
{
color: #DCC94C;
}
</style>
background-color css
<style>
a { background-color: #DCC94C; }
a { background-color: rgb(220,201,76); }
div.DivClassName
{
background-color: #DCC94C;
}
.BgClassName
{
background-color: #DCC94C;
}
</style>
border-color css
<style>
span { border-color: #DCC94C; }
span { border-color: rgb(220,201,76); }
td.TdClassName
{
border-color: #DCC94C;
}
.TagClassName
{
border-color: #DCC94C;
}
</style>