Shades of Confetti #DCC653
Tints of Confetti #DCC653
RGB
CMYK
RGB Variations
Color information
#DCC653 (or 0xDCC653) is known color: Confetti. HEX triplet: DC, C6 and 53. RGB value is (220,198,83). Sum of RGB (Red+Green+Blue) = 220+198+83=501 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.91% from 501); Green value is 198 (77.73% from 255 or 39.52% from 501); Blue value is 83 (32.81% from 255 or 16.57% from 501); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC653 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC653 is #2339AC. Grayscale: #BFBFBF. Windows color (decimal): -2308525 or 5490396. OLE color: 5490396.
HSL color Cylindrical-coordinate representation of color #DCC653: hue angle of 50.36º 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 #DCC653 is Cyan = 0, Magento = 0.1, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 198 | 83 | - |
| CMYK | 0 | 0.1 | 0.62 | 0.14 |
| HSL | 50.36º | 0.66% | 0.59% | - |
| HSV(B) | 50.36º | 0.62% | 0.86% | - |
| XYZ | 51.27 | 56.23 | 16.33 | - |
| YUV | 191.47 | 66.79 | 148.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 198 | 83 | 0 | 0.1 | 0.62 | 0.14 | 50.36 | 0.66 | 0.59 |
| Hex | DC | C6 | 53 | 0 | A | 3E | E | 32 | 42 | 3B |
| Octal | 334 | 306 | 123 | 0 | 12 | 76 | 16 | 62 | 102 | 73 |
| Binary | 11011100 | 11000110 | 1010011 | 0 | 1010 | 111110 | 1110 | 110010 | 1000010 | 111011 |
Color Harmonies of #DCC653
Complementary color
Monochromatic Colors of #DCC653
Black with #DCC653
Text Example
Text Example
White with #DCC653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC653; }
p { color: rgb(220,198,83); }
H1.HeaderClassName
{
color: #DCC653;
}
.AnyTagClassName
{
color: #DCC653;
}
</style>
background-color css
<style>
a { background-color: #DCC653; }
a { background-color: rgb(220,198,83); }
div.DivClassName
{
background-color: #DCC653;
}
.BgClassName
{
background-color: #DCC653;
}
</style>
border-color css
<style>
span { border-color: #DCC653; }
span { border-color: rgb(220,198,83); }
td.TdClassName
{
border-color: #DCC653;
}
.TagClassName
{
border-color: #DCC653;
}
</style>