Shades of Confetti #DCC14E
Tints of Confetti #DCC14E
RGB
CMYK
RGB Variations
Color information
#DCC14E (or 0xDCC14E) is known color: Confetti. HEX triplet: DC, C1 and 4E. RGB value is (220,193,78). Sum of RGB (Red+Green+Blue) = 220+193+78=491 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.81% from 491); Green value is 193 (75.78% from 255 or 39.31% from 491); Blue value is 78 (30.86% from 255 or 15.89% from 491); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC14E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC14E is #233EB1. Grayscale: #BCBCBC. Windows color (decimal): -2309810 or 5161436. OLE color: 5161436.
HSL color Cylindrical-coordinate representation of color #DCC14E: hue angle of 48.59º 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 #DCC14E is Cyan = 0, Magento = 0.12, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 193 | 78 | - |
| CMYK | 0 | 0.12 | 0.65 | 0.14 |
| HSL | 48.59º | 0.67% | 0.58% | - |
| HSV(B) | 48.59º | 0.65% | 0.86% | - |
| XYZ | 49.96 | 53.91 | 14.98 | - |
| YUV | 187.96 | 65.95 | 150.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 193 | 78 | 0 | 0.12 | 0.65 | 0.14 | 48.59 | 0.67 | 0.58 |
| Hex | DC | C1 | 4E | 0 | C | 41 | E | 31 | 43 | 3A |
| Octal | 334 | 301 | 116 | 0 | 14 | 101 | 16 | 61 | 103 | 72 |
| Binary | 11011100 | 11000001 | 1001110 | 0 | 1100 | 1000001 | 1110 | 110001 | 1000011 | 111010 |
Color Harmonies of #DCC14E
Complementary color
Monochromatic Colors of #DCC14E
Black with #DCC14E
Text Example
Text Example
White with #DCC14E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC14E; }
p { color: rgb(220,193,78); }
H1.HeaderClassName
{
color: #DCC14E;
}
.AnyTagClassName
{
color: #DCC14E;
}
</style>
background-color css
<style>
a { background-color: #DCC14E; }
a { background-color: rgb(220,193,78); }
div.DivClassName
{
background-color: #DCC14E;
}
.BgClassName
{
background-color: #DCC14E;
}
</style>
border-color css
<style>
span { border-color: #DCC14E; }
span { border-color: rgb(220,193,78); }
td.TdClassName
{
border-color: #DCC14E;
}
.TagClassName
{
border-color: #DCC14E;
}
</style>