Shades of Confetti #DCCC44
Tints of Confetti #DCCC44
RGB
CMYK
RGB Variations
Color information
#DCCC44 (or 0xDCCC44) is known color: Confetti. HEX triplet: DC, CC and 44. RGB value is (220,204,68). Sum of RGB (Red+Green+Blue) = 220+204+68=492 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.72% from 492); Green value is 204 (80.08% from 255 or 41.46% from 492); Blue value is 68 (26.95% from 255 or 13.82% from 492); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCC44 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCCC44 is #2333BB. Grayscale: #C1C1C1. Windows color (decimal): -2307004 or 4508892. OLE color: 4508892.
HSL color Cylindrical-coordinate representation of color #DCCC44: hue angle of 53.68º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DCCC44 is Cyan = 0, Magento = 0.07, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 204 | 68 | - |
| CMYK | 0 | 0.07 | 0.69 | 0.14 |
| HSL | 53.68º | 0.68% | 0.56% | - |
| HSV(B) | 53.68º | 0.69% | 0.86% | - |
| XYZ | 52.15 | 58.82 | 14.07 | - |
| YUV | 193.28 | 57.3 | 147.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 204 | 68 | 0 | 0.07 | 0.69 | 0.14 | 53.68 | 0.68 | 0.56 |
| Hex | DC | CC | 44 | 0 | 7 | 45 | E | 36 | 44 | 38 |
| Octal | 334 | 314 | 104 | 0 | 7 | 105 | 16 | 66 | 104 | 70 |
| Binary | 11011100 | 11001100 | 1000100 | 0 | 111 | 1000101 | 1110 | 110110 | 1000100 | 111000 |
Color Harmonies of #DCCC44
Complementary color
Monochromatic Colors of #DCCC44
Black with #DCCC44
Text Example
Text Example
White with #DCCC44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCC44; }
p { color: rgb(220,204,68); }
H1.HeaderClassName
{
color: #DCCC44;
}
.AnyTagClassName
{
color: #DCCC44;
}
</style>
background-color css
<style>
a { background-color: #DCCC44; }
a { background-color: rgb(220,204,68); }
div.DivClassName
{
background-color: #DCCC44;
}
.BgClassName
{
background-color: #DCCC44;
}
</style>
border-color css
<style>
span { border-color: #DCCC44; }
span { border-color: rgb(220,204,68); }
td.TdClassName
{
border-color: #DCCC44;
}
.TagClassName
{
border-color: #DCCC44;
}
</style>