Shades of Confetti #DCC14C
Tints of Confetti #DCC14C
RGB
CMYK
RGB Variations
Color information
#DCC14C (or 0xDCC14C) is known color: Confetti. HEX triplet: DC, C1 and 4C. RGB value is (220,193,76). Sum of RGB (Red+Green+Blue) = 220+193+76=489 (64% of max value = 765). Red value is 220 (86.33% from 255 or 44.99% from 489); Green value is 193 (75.78% from 255 or 39.47% from 489); Blue value is 76 (30.08% from 255 or 15.54% from 489); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC14C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC14C is #233EB3. Grayscale: #BCBCBC. Windows color (decimal): -2309812 or 5030364. OLE color: 5030364.
HSL color Cylindrical-coordinate representation of color #DCC14C: hue angle of 48.75º 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 #DCC14C is Cyan = 0, Magento = 0.12, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 193 | 76 | - |
| CMYK | 0 | 0.12 | 0.65 | 0.14 |
| HSL | 48.75º | 0.67% | 0.58% | - |
| HSV(B) | 48.75º | 0.65% | 0.86% | - |
| XYZ | 49.89 | 53.88 | 14.61 | - |
| YUV | 187.74 | 64.95 | 151.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 193 | 76 | 0 | 0.12 | 0.65 | 0.14 | 48.75 | 0.67 | 0.58 |
| Hex | DC | C1 | 4C | 0 | C | 41 | E | 31 | 43 | 3A |
| Octal | 334 | 301 | 114 | 0 | 14 | 101 | 16 | 61 | 103 | 72 |
| Binary | 11011100 | 11000001 | 1001100 | 0 | 1100 | 1000001 | 1110 | 110001 | 1000011 | 111010 |
Color Harmonies of #DCC14C
Complementary color
Monochromatic Colors of #DCC14C
Black with #DCC14C
Text Example
Text Example
White with #DCC14C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC14C; }
p { color: rgb(220,193,76); }
H1.HeaderClassName
{
color: #DCC14C;
}
.AnyTagClassName
{
color: #DCC14C;
}
</style>
background-color css
<style>
a { background-color: #DCC14C; }
a { background-color: rgb(220,193,76); }
div.DivClassName
{
background-color: #DCC14C;
}
.BgClassName
{
background-color: #DCC14C;
}
</style>
border-color css
<style>
span { border-color: #DCC14C; }
span { border-color: rgb(220,193,76); }
td.TdClassName
{
border-color: #DCC14C;
}
.TagClassName
{
border-color: #DCC14C;
}
</style>