Shades of Confetti #DCC14F
Tints of Confetti #DCC14F
RGB
CMYK
RGB Variations
Color information
#DCC14F (or 0xDCC14F) is known color: Confetti. HEX triplet: DC, C1 and 4F. RGB value is (220,193,79). Sum of RGB (Red+Green+Blue) = 220+193+79=492 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.72% from 492); Green value is 193 (75.78% from 255 or 39.23% from 492); Blue value is 79 (31.25% from 255 or 16.06% from 492); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC14F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC14F is #233EB0. Grayscale: #BCBCBC. Windows color (decimal): -2309809 or 5226972. OLE color: 5226972.
HSL color Cylindrical-coordinate representation of color #DCC14F: hue angle of 48.51º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DCC14F is Cyan = 0, Magento = 0.12, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 193 | 79 | - |
| CMYK | 0 | 0.12 | 0.64 | 0.14 |
| HSL | 48.51º | 0.67% | 0.59% | - |
| HSV(B) | 48.51º | 0.64% | 0.86% | - |
| XYZ | 50 | 53.92 | 15.17 | - |
| YUV | 188.08 | 66.45 | 150.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 193 | 79 | 0 | 0.12 | 0.64 | 0.14 | 48.51 | 0.67 | 0.59 |
| Hex | DC | C1 | 4F | 0 | C | 40 | E | 31 | 43 | 3B |
| Octal | 334 | 301 | 117 | 0 | 14 | 100 | 16 | 61 | 103 | 73 |
| Binary | 11011100 | 11000001 | 1001111 | 0 | 1100 | 1000000 | 1110 | 110001 | 1000011 | 111011 |
Color Harmonies of #DCC14F
Complementary color
Monochromatic Colors of #DCC14F
Black with #DCC14F
Text Example
Text Example
White with #DCC14F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC14F; }
p { color: rgb(220,193,79); }
H1.HeaderClassName
{
color: #DCC14F;
}
.AnyTagClassName
{
color: #DCC14F;
}
</style>
background-color css
<style>
a { background-color: #DCC14F; }
a { background-color: rgb(220,193,79); }
div.DivClassName
{
background-color: #DCC14F;
}
.BgClassName
{
background-color: #DCC14F;
}
</style>
border-color css
<style>
span { border-color: #DCC14F; }
span { border-color: rgb(220,193,79); }
td.TdClassName
{
border-color: #DCC14F;
}
.TagClassName
{
border-color: #DCC14F;
}
</style>