Shades of Confetti #DCCC42
Tints of Confetti #DCCC42
RGB
CMYK
RGB Variations
Color information
#DCCC42 (or 0xDCCC42) is known color: Confetti. HEX triplet: DC, CC and 42. RGB value is (220,204,66). Sum of RGB (Red+Green+Blue) = 220+204+66=490 (64% of max value = 765). Red value is 220 (86.33% from 255 or 44.90% from 490); Green value is 204 (80.08% from 255 or 41.63% from 490); Blue value is 66 (26.17% from 255 or 13.47% from 490); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCC42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCCC42 is #2333BD. Grayscale: #C1C1C1. Windows color (decimal): -2307006 or 4377820. OLE color: 4377820.
HSL color Cylindrical-coordinate representation of color #DCCC42: hue angle of 53.77º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DCCC42 is Cyan = 0, Magento = 0.07, Yellow = 0.7 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 204 | 66 | - |
| CMYK | 0 | 0.07 | 0.7 | 0.14 |
| HSL | 53.77º | 0.69% | 0.56% | - |
| HSV(B) | 53.77º | 0.7% | 0.86% | - |
| XYZ | 52.09 | 58.79 | 13.76 | - |
| YUV | 193.05 | 56.3 | 147.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 204 | 66 | 0 | 0.07 | 0.7 | 0.14 | 53.77 | 0.69 | 0.56 |
| Hex | DC | CC | 42 | 0 | 7 | 46 | E | 36 | 45 | 38 |
| Octal | 334 | 314 | 102 | 0 | 7 | 106 | 16 | 66 | 105 | 70 |
| Binary | 11011100 | 11001100 | 1000010 | 0 | 111 | 1000110 | 1110 | 110110 | 1000101 | 111000 |
Color Harmonies of #DCCC42
Complementary color
Monochromatic Colors of #DCCC42
Black with #DCCC42
Text Example
Text Example
White with #DCCC42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCC42; }
p { color: rgb(220,204,66); }
H1.HeaderClassName
{
color: #DCCC42;
}
.AnyTagClassName
{
color: #DCCC42;
}
</style>
background-color css
<style>
a { background-color: #DCCC42; }
a { background-color: rgb(220,204,66); }
div.DivClassName
{
background-color: #DCCC42;
}
.BgClassName
{
background-color: #DCCC42;
}
</style>
border-color css
<style>
span { border-color: #DCCC42; }
span { border-color: rgb(220,204,66); }
td.TdClassName
{
border-color: #DCCC42;
}
.TagClassName
{
border-color: #DCCC42;
}
</style>