Shades of Confetti #DCD14D
Tints of Confetti #DCD14D
RGB
CMYK
RGB Variations
Color information
#DCD14D (or 0xDCD14D) is known color: Confetti. HEX triplet: DC, D1 and 4D. RGB value is (220,209,77). Sum of RGB (Red+Green+Blue) = 220+209+77=506 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.48% from 506); Green value is 209 (82.03% from 255 or 41.30% from 506); Blue value is 77 (30.47% from 255 or 15.22% from 506); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD14D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD14D is #232EB2. Grayscale: #C5C5C5. Windows color (decimal): -2305715 or 5099996. OLE color: 5099996.
HSL color Cylindrical-coordinate representation of color #DCD14D: hue angle of 55.38º 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 #DCD14D is Cyan = 0, Magento = 0.05, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 209 | 77 | - |
| CMYK | 0 | 0.05 | 0.65 | 0.14 |
| HSL | 55.38º | 0.67% | 0.58% | - |
| HSV(B) | 55.38º | 0.65% | 0.86% | - |
| XYZ | 53.66 | 61.35 | 16.04 | - |
| YUV | 197.24 | 60.14 | 144.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 209 | 77 | 0 | 0.05 | 0.65 | 0.14 | 55.38 | 0.67 | 0.58 |
| Hex | DC | D1 | 4D | 0 | 5 | 41 | E | 37 | 43 | 3A |
| Octal | 334 | 321 | 115 | 0 | 5 | 101 | 16 | 67 | 103 | 72 |
| Binary | 11011100 | 11010001 | 1001101 | 0 | 101 | 1000001 | 1110 | 110111 | 1000011 | 111010 |
Color Harmonies of #DCD14D
Complementary color
Monochromatic Colors of #DCD14D
Black with #DCD14D
Text Example
Text Example
White with #DCD14D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD14D; }
p { color: rgb(220,209,77); }
H1.HeaderClassName
{
color: #DCD14D;
}
.AnyTagClassName
{
color: #DCD14D;
}
</style>
background-color css
<style>
a { background-color: #DCD14D; }
a { background-color: rgb(220,209,77); }
div.DivClassName
{
background-color: #DCD14D;
}
.BgClassName
{
background-color: #DCD14D;
}
</style>
border-color css
<style>
span { border-color: #DCD14D; }
span { border-color: rgb(220,209,77); }
td.TdClassName
{
border-color: #DCD14D;
}
.TagClassName
{
border-color: #DCD14D;
}
</style>