Shades of Confetti #DCC353
Tints of Confetti #DCC353
RGB
CMYK
RGB Variations
Color information
#DCC353 (or 0xDCC353) is known color: Confetti. HEX triplet: DC, C3 and 53. RGB value is (220,195,83). Sum of RGB (Red+Green+Blue) = 220+195+83=498 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.18% from 498); Green value is 195 (76.56% from 255 or 39.16% from 498); Blue value is 83 (32.81% from 255 or 16.67% from 498); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC353 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC353 is #233CAC. Grayscale: #BEBEBE. Windows color (decimal): -2309293 or 5489628. OLE color: 5489628.
HSL color Cylindrical-coordinate representation of color #DCC353: hue angle of 49.05º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DCC353 is Cyan = 0, Magento = 0.11, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 195 | 83 | - |
| CMYK | 0 | 0.11 | 0.62 | 0.14 |
| HSL | 49.05º | 0.66% | 0.59% | - |
| HSV(B) | 49.05º | 0.62% | 0.86% | - |
| XYZ | 50.59 | 54.87 | 16.11 | - |
| YUV | 189.71 | 67.78 | 149.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 195 | 83 | 0 | 0.11 | 0.62 | 0.14 | 49.05 | 0.66 | 0.59 |
| Hex | DC | C3 | 53 | 0 | B | 3E | E | 31 | 42 | 3B |
| Octal | 334 | 303 | 123 | 0 | 13 | 76 | 16 | 61 | 102 | 73 |
| Binary | 11011100 | 11000011 | 1010011 | 0 | 1011 | 111110 | 1110 | 110001 | 1000010 | 111011 |
Color Harmonies of #DCC353
Complementary color
Monochromatic Colors of #DCC353
Black with #DCC353
Text Example
Text Example
White with #DCC353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC353; }
p { color: rgb(220,195,83); }
H1.HeaderClassName
{
color: #DCC353;
}
.AnyTagClassName
{
color: #DCC353;
}
</style>
background-color css
<style>
a { background-color: #DCC353; }
a { background-color: rgb(220,195,83); }
div.DivClassName
{
background-color: #DCC353;
}
.BgClassName
{
background-color: #DCC353;
}
</style>
border-color css
<style>
span { border-color: #DCC353; }
span { border-color: rgb(220,195,83); }
td.TdClassName
{
border-color: #DCC353;
}
.TagClassName
{
border-color: #DCC353;
}
</style>