Shades of Confetti #DCCE42
Tints of Confetti #DCCE42
RGB
CMYK
RGB Variations
Color information
#DCCE42 (or 0xDCCE42) is known color: Confetti. HEX triplet: DC, CE and 42. RGB value is (220,206,66). Sum of RGB (Red+Green+Blue) = 220+206+66=492 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.72% from 492); Green value is 206 (80.86% from 255 or 41.87% from 492); Blue value is 66 (26.17% from 255 or 13.41% from 492); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCE42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCCE42 is #2331BD. Grayscale: #C2C2C2. Windows color (decimal): -2306494 or 4378332. OLE color: 4378332.
HSL color Cylindrical-coordinate representation of color #DCCE42: hue angle of 54.55º 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 #DCCE42 is Cyan = 0, Magento = 0.06, Yellow = 0.7 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 206 | 66 | - |
| CMYK | 0 | 0.06 | 0.7 | 0.14 |
| HSL | 54.55º | 0.69% | 0.56% | - |
| HSV(B) | 54.55º | 0.7% | 0.86% | - |
| XYZ | 52.57 | 59.75 | 13.92 | - |
| YUV | 194.23 | 55.64 | 146.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 206 | 66 | 0 | 0.06 | 0.7 | 0.14 | 54.55 | 0.69 | 0.56 |
| Hex | DC | CE | 42 | 0 | 6 | 46 | E | 37 | 45 | 38 |
| Octal | 334 | 316 | 102 | 0 | 6 | 106 | 16 | 67 | 105 | 70 |
| Binary | 11011100 | 11001110 | 1000010 | 0 | 110 | 1000110 | 1110 | 110111 | 1000101 | 111000 |
Color Harmonies of #DCCE42
Complementary color
Monochromatic Colors of #DCCE42
Black with #DCCE42
Text Example
Text Example
White with #DCCE42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCE42; }
p { color: rgb(220,206,66); }
H1.HeaderClassName
{
color: #DCCE42;
}
.AnyTagClassName
{
color: #DCCE42;
}
</style>
background-color css
<style>
a { background-color: #DCCE42; }
a { background-color: rgb(220,206,66); }
div.DivClassName
{
background-color: #DCCE42;
}
.BgClassName
{
background-color: #DCCE42;
}
</style>
border-color css
<style>
span { border-color: #DCCE42; }
span { border-color: rgb(220,206,66); }
td.TdClassName
{
border-color: #DCCE42;
}
.TagClassName
{
border-color: #DCCE42;
}
</style>