Shades of Confetti #DCCC4E
Tints of Confetti #DCCC4E
RGB
CMYK
RGB Variations
Color information
#DCCC4E (or 0xDCCC4E) is known color: Confetti. HEX triplet: DC, CC and 4E. RGB value is (220,204,78). Sum of RGB (Red+Green+Blue) = 220+204+78=502 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.82% from 502); Green value is 204 (80.08% from 255 or 40.64% from 502); Blue value is 78 (30.86% from 255 or 15.54% from 502); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCC4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCCC4E is #2333B1. Grayscale: #C2C2C2. Windows color (decimal): -2306994 or 5164252. OLE color: 5164252.
HSL color Cylindrical-coordinate representation of color #DCCC4E: hue angle of 53.24º 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 #DCCC4E is Cyan = 0, Magento = 0.07, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 204 | 78 | - |
| CMYK | 0 | 0.07 | 0.65 | 0.14 |
| HSL | 53.24º | 0.67% | 0.58% | - |
| HSV(B) | 53.24º | 0.65% | 0.86% | - |
| XYZ | 52.48 | 58.95 | 15.82 | - |
| YUV | 194.42 | 62.3 | 146.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 204 | 78 | 0 | 0.07 | 0.65 | 0.14 | 53.24 | 0.67 | 0.58 |
| Hex | DC | CC | 4E | 0 | 7 | 41 | E | 35 | 43 | 3A |
| Octal | 334 | 314 | 116 | 0 | 7 | 101 | 16 | 65 | 103 | 72 |
| Binary | 11011100 | 11001100 | 1001110 | 0 | 111 | 1000001 | 1110 | 110101 | 1000011 | 111010 |
Color Harmonies of #DCCC4E
Complementary color
Monochromatic Colors of #DCCC4E
Black with #DCCC4E
Text Example
Text Example
White with #DCCC4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCC4E; }
p { color: rgb(220,204,78); }
H1.HeaderClassName
{
color: #DCCC4E;
}
.AnyTagClassName
{
color: #DCCC4E;
}
</style>
background-color css
<style>
a { background-color: #DCCC4E; }
a { background-color: rgb(220,204,78); }
div.DivClassName
{
background-color: #DCCC4E;
}
.BgClassName
{
background-color: #DCCC4E;
}
</style>
border-color css
<style>
span { border-color: #DCCC4E; }
span { border-color: rgb(220,204,78); }
td.TdClassName
{
border-color: #DCCC4E;
}
.TagClassName
{
border-color: #DCCC4E;
}
</style>