Shades of Confetti #DCD04F
Tints of Confetti #DCD04F
RGB
CMYK
RGB Variations
Color information
#DCD04F (or 0xDCD04F) is known color: Confetti. HEX triplet: DC, D0 and 4F. RGB value is (220,208,79). Sum of RGB (Red+Green+Blue) = 220+208+79=507 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.39% from 507); Green value is 208 (81.64% from 255 or 41.03% from 507); Blue value is 79 (31.25% from 255 or 15.58% from 507); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD04F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD04F is #232FB0. Grayscale: #C5C5C5. Windows color (decimal): -2305969 or 5230812. OLE color: 5230812.
HSL color Cylindrical-coordinate representation of color #DCD04F: hue angle of 54.89º 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 #DCD04F is Cyan = 0, Magento = 0.05, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 208 | 79 | - |
| CMYK | 0 | 0.05 | 0.64 | 0.14 |
| HSL | 54.89º | 0.67% | 0.59% | - |
| HSV(B) | 54.89º | 0.64% | 0.86% | - |
| XYZ | 53.48 | 60.89 | 16.33 | - |
| YUV | 196.88 | 61.48 | 144.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 208 | 79 | 0 | 0.05 | 0.64 | 0.14 | 54.89 | 0.67 | 0.59 |
| Hex | DC | D0 | 4F | 0 | 5 | 40 | E | 37 | 43 | 3B |
| Octal | 334 | 320 | 117 | 0 | 5 | 100 | 16 | 67 | 103 | 73 |
| Binary | 11011100 | 11010000 | 1001111 | 0 | 101 | 1000000 | 1110 | 110111 | 1000011 | 111011 |
Color Harmonies of #DCD04F
Complementary color
Monochromatic Colors of #DCD04F
Black with #DCD04F
Text Example
Text Example
White with #DCD04F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD04F; }
p { color: rgb(220,208,79); }
H1.HeaderClassName
{
color: #DCD04F;
}
.AnyTagClassName
{
color: #DCD04F;
}
</style>
background-color css
<style>
a { background-color: #DCD04F; }
a { background-color: rgb(220,208,79); }
div.DivClassName
{
background-color: #DCD04F;
}
.BgClassName
{
background-color: #DCD04F;
}
</style>
border-color css
<style>
span { border-color: #DCD04F; }
span { border-color: rgb(220,208,79); }
td.TdClassName
{
border-color: #DCD04F;
}
.TagClassName
{
border-color: #DCD04F;
}
</style>