Shades of Confetti #DCD544
Tints of Confetti #DCD544
RGB
CMYK
RGB Variations
Color information
#DCD544 (or 0xDCD544) is known color: Confetti. HEX triplet: DC, D5 and 44. RGB value is (220,213,68). Sum of RGB (Red+Green+Blue) = 220+213+68=501 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.91% from 501); Green value is 213 (83.59% from 255 or 42.51% from 501); Blue value is 68 (26.95% from 255 or 13.57% from 501); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD544 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD544 is #232ABB. Grayscale: #C7C7C7. Windows color (decimal): -2304700 or 4511196. OLE color: 4511196.
HSL color Cylindrical-coordinate representation of color #DCD544: hue angle of 57.24º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DCD544 is Cyan = 0, Magento = 0.03, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 213 | 68 | - |
| CMYK | 0 | 0.03 | 0.69 | 0.14 |
| HSL | 57.24º | 0.68% | 0.56% | - |
| HSV(B) | 57.24º | 0.69% | 0.86% | - |
| XYZ | 54.35 | 63.22 | 14.81 | - |
| YUV | 198.56 | 54.32 | 143.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 213 | 68 | 0 | 0.03 | 0.69 | 0.14 | 57.24 | 0.68 | 0.56 |
| Hex | DC | D5 | 44 | 0 | 3 | 45 | E | 39 | 44 | 38 |
| Octal | 334 | 325 | 104 | 0 | 3 | 105 | 16 | 71 | 104 | 70 |
| Binary | 11011100 | 11010101 | 1000100 | 0 | 11 | 1000101 | 1110 | 111001 | 1000100 | 111000 |
Color Harmonies of #DCD544
Complementary color
Monochromatic Colors of #DCD544
Black with #DCD544
Text Example
Text Example
White with #DCD544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD544; }
p { color: rgb(220,213,68); }
H1.HeaderClassName
{
color: #DCD544;
}
.AnyTagClassName
{
color: #DCD544;
}
</style>
background-color css
<style>
a { background-color: #DCD544; }
a { background-color: rgb(220,213,68); }
div.DivClassName
{
background-color: #DCD544;
}
.BgClassName
{
background-color: #DCD544;
}
</style>
border-color css
<style>
span { border-color: #DCD544; }
span { border-color: rgb(220,213,68); }
td.TdClassName
{
border-color: #DCD544;
}
.TagClassName
{
border-color: #DCD544;
}
</style>