Shades of Confetti #DCD34C
Tints of Confetti #DCD34C
RGB
CMYK
RGB Variations
Color information
#DCD34C (or 0xDCD34C) is known color: Confetti. HEX triplet: DC, D3 and 4C. RGB value is (220,211,76). Sum of RGB (Red+Green+Blue) = 220+211+76=507 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.39% from 507); Green value is 211 (82.81% from 255 or 41.62% from 507); Blue value is 76 (30.08% from 255 or 14.99% from 507); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD34C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD34C is #232CB3. Grayscale: #C6C6C6. Windows color (decimal): -2305204 or 5034972. OLE color: 5034972.
HSL color Cylindrical-coordinate representation of color #DCD34C: hue angle of 56.25º 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 #DCD34C is Cyan = 0, Magento = 0.04, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 211 | 76 | - |
| CMYK | 0 | 0.04 | 0.65 | 0.14 |
| HSL | 56.25º | 0.67% | 0.58% | - |
| HSV(B) | 56.25º | 0.65% | 0.86% | - |
| XYZ | 54.11 | 62.33 | 16.02 | - |
| YUV | 198.3 | 58.98 | 143.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 211 | 76 | 0 | 0.04 | 0.65 | 0.14 | 56.25 | 0.67 | 0.58 |
| Hex | DC | D3 | 4C | 0 | 4 | 41 | E | 38 | 43 | 3A |
| Octal | 334 | 323 | 114 | 0 | 4 | 101 | 16 | 70 | 103 | 72 |
| Binary | 11011100 | 11010011 | 1001100 | 0 | 100 | 1000001 | 1110 | 111000 | 1000011 | 111010 |
Color Harmonies of #DCD34C
Complementary color
Monochromatic Colors of #DCD34C
Black with #DCD34C
Text Example
Text Example
White with #DCD34C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD34C; }
p { color: rgb(220,211,76); }
H1.HeaderClassName
{
color: #DCD34C;
}
.AnyTagClassName
{
color: #DCD34C;
}
</style>
background-color css
<style>
a { background-color: #DCD34C; }
a { background-color: rgb(220,211,76); }
div.DivClassName
{
background-color: #DCD34C;
}
.BgClassName
{
background-color: #DCD34C;
}
</style>
border-color css
<style>
span { border-color: #DCD34C; }
span { border-color: rgb(220,211,76); }
td.TdClassName
{
border-color: #DCD34C;
}
.TagClassName
{
border-color: #DCD34C;
}
</style>