Shades of Confetti #DCD34D
Tints of Confetti #DCD34D
RGB
CMYK
RGB Variations
Color information
#DCD34D (or 0xDCD34D) is known color: Confetti. HEX triplet: DC, D3 and 4D. RGB value is (220,211,77). Sum of RGB (Red+Green+Blue) = 220+211+77=508 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.31% from 508); Green value is 211 (82.81% from 255 or 41.54% from 508); Blue value is 77 (30.47% from 255 or 15.16% from 508); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD34D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD34D is #232CB2. Grayscale: #C6C6C6. Windows color (decimal): -2305203 or 5100508. OLE color: 5100508.
HSL color Cylindrical-coordinate representation of color #DCD34D: hue angle of 56.22º 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 #DCD34D is Cyan = 0, Magento = 0.04, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 211 | 77 | - |
| CMYK | 0 | 0.04 | 0.65 | 0.14 |
| HSL | 56.22º | 0.67% | 0.58% | - |
| HSV(B) | 56.22º | 0.65% | 0.86% | - |
| XYZ | 54.15 | 62.34 | 16.2 | - |
| YUV | 198.42 | 59.48 | 143.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 211 | 77 | 0 | 0.04 | 0.65 | 0.14 | 56.22 | 0.67 | 0.58 |
| Hex | DC | D3 | 4D | 0 | 4 | 41 | E | 38 | 43 | 3A |
| Octal | 334 | 323 | 115 | 0 | 4 | 101 | 16 | 70 | 103 | 72 |
| Binary | 11011100 | 11010011 | 1001101 | 0 | 100 | 1000001 | 1110 | 111000 | 1000011 | 111010 |
Color Harmonies of #DCD34D
Complementary color
Monochromatic Colors of #DCD34D
Black with #DCD34D
Text Example
Text Example
White with #DCD34D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD34D; }
p { color: rgb(220,211,77); }
H1.HeaderClassName
{
color: #DCD34D;
}
.AnyTagClassName
{
color: #DCD34D;
}
</style>
background-color css
<style>
a { background-color: #DCD34D; }
a { background-color: rgb(220,211,77); }
div.DivClassName
{
background-color: #DCD34D;
}
.BgClassName
{
background-color: #DCD34D;
}
</style>
border-color css
<style>
span { border-color: #DCD34D; }
span { border-color: rgb(220,211,77); }
td.TdClassName
{
border-color: #DCD34D;
}
.TagClassName
{
border-color: #DCD34D;
}
</style>