Shades of Confetti #DCC14D
Tints of Confetti #DCC14D
RGB
CMYK
RGB Variations
Color information
#DCC14D (or 0xDCC14D) is known color: Confetti. HEX triplet: DC, C1 and 4D. RGB value is (220,193,77). Sum of RGB (Red+Green+Blue) = 220+193+77=490 (64% of max value = 765). Red value is 220 (86.33% from 255 or 44.90% from 490); Green value is 193 (75.78% from 255 or 39.39% from 490); Blue value is 77 (30.47% from 255 or 15.71% from 490); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC14D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC14D is #233EB2. Grayscale: #BCBCBC. Windows color (decimal): -2309811 or 5095900. OLE color: 5095900.
HSL color Cylindrical-coordinate representation of color #DCC14D: hue angle of 48.67º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DCC14D is Cyan = 0, Magento = 0.12, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 193 | 77 | - |
| CMYK | 0 | 0.12 | 0.65 | 0.14 |
| HSL | 48.67º | 0.67% | 0.58% | - |
| HSV(B) | 48.67º | 0.65% | 0.86% | - |
| XYZ | 49.92 | 53.89 | 14.79 | - |
| YUV | 187.85 | 65.45 | 150.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 193 | 77 | 0 | 0.12 | 0.65 | 0.14 | 48.67 | 0.67 | 0.58 |
| Hex | DC | C1 | 4D | 0 | C | 41 | E | 31 | 43 | 3A |
| Octal | 334 | 301 | 115 | 0 | 14 | 101 | 16 | 61 | 103 | 72 |
| Binary | 11011100 | 11000001 | 1001101 | 0 | 1100 | 1000001 | 1110 | 110001 | 1000011 | 111010 |
Color Harmonies of #DCC14D
Complementary color
Monochromatic Colors of #DCC14D
Black with #DCC14D
Text Example
Text Example
White with #DCC14D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC14D; }
p { color: rgb(220,193,77); }
H1.HeaderClassName
{
color: #DCC14D;
}
.AnyTagClassName
{
color: #DCC14D;
}
</style>
background-color css
<style>
a { background-color: #DCC14D; }
a { background-color: rgb(220,193,77); }
div.DivClassName
{
background-color: #DCC14D;
}
.BgClassName
{
background-color: #DCC14D;
}
</style>
border-color css
<style>
span { border-color: #DCC14D; }
span { border-color: rgb(220,193,77); }
td.TdClassName
{
border-color: #DCC14D;
}
.TagClassName
{
border-color: #DCC14D;
}
</style>