Shades of Confetti #DCC63F
Tints of Confetti #DCC63F
RGB
CMYK
RGB Variations
Color information
#DCC63F (or 0xDCC63F) is known color: Confetti. HEX triplet: DC, C6 and 3F. RGB value is (220,198,63). Sum of RGB (Red+Green+Blue) = 220+198+63=481 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.74% from 481); Green value is 198 (77.73% from 255 or 41.16% from 481); Blue value is 63 (25% from 255 or 13.10% from 481); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC63F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC63F is #2339C0. Grayscale: #BDBDBD. Windows color (decimal): -2308545 or 4179676. OLE color: 4179676.
HSL color Cylindrical-coordinate representation of color #DCC63F: hue angle of 51.59º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DCC63F is Cyan = 0, Magento = 0.1, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 198 | 63 | - |
| CMYK | 0 | 0.1 | 0.71 | 0.14 |
| HSL | 51.59º | 0.69% | 0.55% | - |
| HSV(B) | 51.59º | 0.71% | 0.86% | - |
| XYZ | 50.61 | 55.96 | 12.84 | - |
| YUV | 189.19 | 56.79 | 149.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 198 | 63 | 0 | 0.1 | 0.71 | 0.14 | 51.59 | 0.69 | 0.55 |
| Hex | DC | C6 | 3F | 0 | A | 47 | E | 34 | 45 | 37 |
| Octal | 334 | 306 | 77 | 0 | 12 | 107 | 16 | 64 | 105 | 67 |
| Binary | 11011100 | 11000110 | 111111 | 0 | 1010 | 1000111 | 1110 | 110100 | 1000101 | 110111 |
Color Harmonies of #DCC63F
Complementary color
Monochromatic Colors of #DCC63F
Black with #DCC63F
Text Example
Text Example
White with #DCC63F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC63F; }
p { color: rgb(220,198,63); }
H1.HeaderClassName
{
color: #DCC63F;
}
.AnyTagClassName
{
color: #DCC63F;
}
</style>
background-color css
<style>
a { background-color: #DCC63F; }
a { background-color: rgb(220,198,63); }
div.DivClassName
{
background-color: #DCC63F;
}
.BgClassName
{
background-color: #DCC63F;
}
</style>
border-color css
<style>
span { border-color: #DCC63F; }
span { border-color: rgb(220,198,63); }
td.TdClassName
{
border-color: #DCC63F;
}
.TagClassName
{
border-color: #DCC63F;
}
</style>