Shades of Confetti #DCC644
Tints of Confetti #DCC644
RGB
CMYK
RGB Variations
Color information
#DCC644 (or 0xDCC644) is known color: Confetti. HEX triplet: DC, C6 and 44. RGB value is (220,198,68). Sum of RGB (Red+Green+Blue) = 220+198+68=486 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.27% from 486); Green value is 198 (77.73% from 255 or 40.74% from 486); Blue value is 68 (26.95% from 255 or 13.99% from 486); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC644 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC644 is #2339BB. Grayscale: #BEBEBE. Windows color (decimal): -2308540 or 4507356. OLE color: 4507356.
HSL color Cylindrical-coordinate representation of color #DCC644: hue angle of 51.32º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DCC644 is Cyan = 0, Magento = 0.1, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 198 | 68 | - |
| CMYK | 0 | 0.1 | 0.69 | 0.14 |
| HSL | 51.32º | 0.68% | 0.56% | - |
| HSV(B) | 51.32º | 0.69% | 0.86% | - |
| XYZ | 50.75 | 56.02 | 13.61 | - |
| YUV | 189.76 | 59.29 | 149.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 198 | 68 | 0 | 0.1 | 0.69 | 0.14 | 51.32 | 0.68 | 0.56 |
| Hex | DC | C6 | 44 | 0 | A | 45 | E | 33 | 44 | 38 |
| Octal | 334 | 306 | 104 | 0 | 12 | 105 | 16 | 63 | 104 | 70 |
| Binary | 11011100 | 11000110 | 1000100 | 0 | 1010 | 1000101 | 1110 | 110011 | 1000100 | 111000 |
Color Harmonies of #DCC644
Complementary color
Monochromatic Colors of #DCC644
Black with #DCC644
Text Example
Text Example
White with #DCC644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC644; }
p { color: rgb(220,198,68); }
H1.HeaderClassName
{
color: #DCC644;
}
.AnyTagClassName
{
color: #DCC644;
}
</style>
background-color css
<style>
a { background-color: #DCC644; }
a { background-color: rgb(220,198,68); }
div.DivClassName
{
background-color: #DCC644;
}
.BgClassName
{
background-color: #DCC644;
}
</style>
border-color css
<style>
span { border-color: #DCC644; }
span { border-color: rgb(220,198,68); }
td.TdClassName
{
border-color: #DCC644;
}
.TagClassName
{
border-color: #DCC644;
}
</style>