Shades of Confetti #DCC242
Tints of Confetti #DCC242
RGB
CMYK
RGB Variations
Color information
#DCC242 (or 0xDCC242) is known color: Confetti. HEX triplet: DC, C2 and 42. RGB value is (220,194,66). Sum of RGB (Red+Green+Blue) = 220+194+66=480 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.83% from 480); Green value is 194 (76.17% from 255 or 40.42% from 480); Blue value is 66 (26.17% from 255 or 13.75% from 480); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC242 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC242 is #233DBD. Grayscale: #BBBBBB. Windows color (decimal): -2309566 or 4375260. OLE color: 4375260.
HSL color Cylindrical-coordinate representation of color #DCC242: hue angle of 49.87º 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 #DCC242 is Cyan = 0, Magento = 0.12, Yellow = 0.7 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 194 | 66 | - |
| CMYK | 0 | 0.12 | 0.7 | 0.14 |
| HSL | 49.87º | 0.69% | 0.56% | - |
| HSV(B) | 49.87º | 0.7% | 0.86% | - |
| XYZ | 49.79 | 54.19 | 12.99 | - |
| YUV | 187.18 | 59.61 | 151.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 194 | 66 | 0 | 0.12 | 0.7 | 0.14 | 49.87 | 0.69 | 0.56 |
| Hex | DC | C2 | 42 | 0 | C | 46 | E | 32 | 45 | 38 |
| Octal | 334 | 302 | 102 | 0 | 14 | 106 | 16 | 62 | 105 | 70 |
| Binary | 11011100 | 11000010 | 1000010 | 0 | 1100 | 1000110 | 1110 | 110010 | 1000101 | 111000 |
Color Harmonies of #DCC242
Complementary color
Monochromatic Colors of #DCC242
Black with #DCC242
Text Example
Text Example
White with #DCC242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC242; }
p { color: rgb(220,194,66); }
H1.HeaderClassName
{
color: #DCC242;
}
.AnyTagClassName
{
color: #DCC242;
}
</style>
background-color css
<style>
a { background-color: #DCC242; }
a { background-color: rgb(220,194,66); }
div.DivClassName
{
background-color: #DCC242;
}
.BgClassName
{
background-color: #DCC242;
}
</style>
border-color css
<style>
span { border-color: #DCC242; }
span { border-color: rgb(220,194,66); }
td.TdClassName
{
border-color: #DCC242;
}
.TagClassName
{
border-color: #DCC242;
}
</style>