Shades of Confetti #DCC641
Tints of Confetti #DCC641
RGB
CMYK
RGB Variations
Color information
#DCC641 (or 0xDCC641) is known color: Confetti. HEX triplet: DC, C6 and 41. RGB value is (220,198,65). Sum of RGB (Red+Green+Blue) = 220+198+65=483 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.55% from 483); Green value is 198 (77.73% from 255 or 40.99% from 483); Blue value is 65 (25.78% from 255 or 13.46% from 483); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC641 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC641 is #2339BE. Grayscale: #BDBDBD. Windows color (decimal): -2308543 or 4310748. OLE color: 4310748.
HSL color Cylindrical-coordinate representation of color #DCC641: hue angle of 51.48º 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 #DCC641 is Cyan = 0, Magento = 0.1, Yellow = 0.70 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 198 | 65 | - |
| CMYK | 0 | 0.1 | 0.70 | 0.14 |
| HSL | 51.48º | 0.69% | 0.56% | - |
| HSV(B) | 51.48º | 0.7% | 0.86% | - |
| XYZ | 50.66 | 55.99 | 13.14 | - |
| YUV | 189.42 | 57.79 | 149.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 198 | 65 | 0 | 0.1 | 0.70 | 0.14 | 51.48 | 0.69 | 0.56 |
| Hex | DC | C6 | 41 | 0 | A | 46 | E | 33 | 45 | 38 |
| Octal | 334 | 306 | 101 | 0 | 12 | 106 | 16 | 63 | 105 | 70 |
| Binary | 11011100 | 11000110 | 1000001 | 0 | 1010 | 1000110 | 1110 | 110011 | 1000101 | 111000 |
Color Harmonies of #DCC641
Complementary color
Monochromatic Colors of #DCC641
Black with #DCC641
Text Example
Text Example
White with #DCC641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC641; }
p { color: rgb(220,198,65); }
H1.HeaderClassName
{
color: #DCC641;
}
.AnyTagClassName
{
color: #DCC641;
}
</style>
background-color css
<style>
a { background-color: #DCC641; }
a { background-color: rgb(220,198,65); }
div.DivClassName
{
background-color: #DCC641;
}
.BgClassName
{
background-color: #DCC641;
}
</style>
border-color css
<style>
span { border-color: #DCC641; }
span { border-color: rgb(220,198,65); }
td.TdClassName
{
border-color: #DCC641;
}
.TagClassName
{
border-color: #DCC641;
}
</style>