Shades of Confetti #DCC341
Tints of Confetti #DCC341
RGB
CMYK
RGB Variations
Color information
#DCC341 (or 0xDCC341) is known color: Confetti. HEX triplet: DC, C3 and 41. RGB value is (220,195,65). Sum of RGB (Red+Green+Blue) = 220+195+65=480 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.83% from 480); Green value is 195 (76.56% from 255 or 40.62% from 480); Blue value is 65 (25.78% from 255 or 13.54% from 480); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC341 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC341 is #233CBE. Grayscale: #BCBCBC. Windows color (decimal): -2309311 or 4309980. OLE color: 4309980.
HSL color Cylindrical-coordinate representation of color #DCC341: hue angle of 50.32º 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 #DCC341 is Cyan = 0, Magento = 0.11, Yellow = 0.70 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 195 | 65 | - |
| CMYK | 0 | 0.11 | 0.70 | 0.14 |
| HSL | 50.32º | 0.69% | 0.56% | - |
| HSV(B) | 50.32º | 0.7% | 0.86% | - |
| XYZ | 49.98 | 54.63 | 12.91 | - |
| YUV | 187.66 | 58.78 | 151.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 195 | 65 | 0 | 0.11 | 0.70 | 0.14 | 50.32 | 0.69 | 0.56 |
| Hex | DC | C3 | 41 | 0 | B | 46 | E | 32 | 45 | 38 |
| Octal | 334 | 303 | 101 | 0 | 13 | 106 | 16 | 62 | 105 | 70 |
| Binary | 11011100 | 11000011 | 1000001 | 0 | 1011 | 1000110 | 1110 | 110010 | 1000101 | 111000 |
Color Harmonies of #DCC341
Complementary color
Monochromatic Colors of #DCC341
Black with #DCC341
Text Example
Text Example
White with #DCC341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC341; }
p { color: rgb(220,195,65); }
H1.HeaderClassName
{
color: #DCC341;
}
.AnyTagClassName
{
color: #DCC341;
}
</style>
background-color css
<style>
a { background-color: #DCC341; }
a { background-color: rgb(220,195,65); }
div.DivClassName
{
background-color: #DCC341;
}
.BgClassName
{
background-color: #DCC341;
}
</style>
border-color css
<style>
span { border-color: #DCC341; }
span { border-color: rgb(220,195,65); }
td.TdClassName
{
border-color: #DCC341;
}
.TagClassName
{
border-color: #DCC341;
}
</style>