Shades of Confetti #DCC647
Tints of Confetti #DCC647
RGB
CMYK
RGB Variations
Color information
#DCC647 (or 0xDCC647) is known color: Confetti. HEX triplet: DC, C6 and 47. RGB value is (220,198,71). Sum of RGB (Red+Green+Blue) = 220+198+71=489 (64% of max value = 765). Red value is 220 (86.33% from 255 or 44.99% from 489); Green value is 198 (77.73% from 255 or 40.49% from 489); Blue value is 71 (28.12% from 255 or 14.52% from 489); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC647 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC647 is #2339B8. Grayscale: #BEBEBE. Windows color (decimal): -2308537 or 4703964. OLE color: 4703964.
HSL color Cylindrical-coordinate representation of color #DCC647: hue angle of 51.14º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DCC647 is Cyan = 0, Magento = 0.1, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 198 | 71 | - |
| CMYK | 0 | 0.1 | 0.68 | 0.14 |
| HSL | 51.14º | 0.68% | 0.57% | - |
| HSV(B) | 51.14º | 0.68% | 0.86% | - |
| XYZ | 50.85 | 56.06 | 14.1 | - |
| YUV | 190.1 | 60.79 | 149.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 198 | 71 | 0 | 0.1 | 0.68 | 0.14 | 51.14 | 0.68 | 0.57 |
| Hex | DC | C6 | 47 | 0 | A | 44 | E | 33 | 44 | 39 |
| Octal | 334 | 306 | 107 | 0 | 12 | 104 | 16 | 63 | 104 | 71 |
| Binary | 11011100 | 11000110 | 1000111 | 0 | 1010 | 1000100 | 1110 | 110011 | 1000100 | 111001 |
Color Harmonies of #DCC647
Complementary color
Monochromatic Colors of #DCC647
Black with #DCC647
Text Example
Text Example
White with #DCC647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC647; }
p { color: rgb(220,198,71); }
H1.HeaderClassName
{
color: #DCC647;
}
.AnyTagClassName
{
color: #DCC647;
}
</style>
background-color css
<style>
a { background-color: #DCC647; }
a { background-color: rgb(220,198,71); }
div.DivClassName
{
background-color: #DCC647;
}
.BgClassName
{
background-color: #DCC647;
}
</style>
border-color css
<style>
span { border-color: #DCC647; }
span { border-color: rgb(220,198,71); }
td.TdClassName
{
border-color: #DCC647;
}
.TagClassName
{
border-color: #DCC647;
}
</style>