Shades of Confetti #DCD549
Tints of Confetti #DCD549
RGB
CMYK
RGB Variations
Color information
#DCD549 (or 0xDCD549) is known color: Confetti. HEX triplet: DC, D5 and 49. RGB value is (220,213,73). Sum of RGB (Red+Green+Blue) = 220+213+73=506 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.48% from 506); Green value is 213 (83.59% from 255 or 42.09% from 506); Blue value is 73 (28.91% from 255 or 14.43% from 506); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD549 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD549 is #232AB6. Grayscale: #C7C7C7. Windows color (decimal): -2304695 or 4838876. OLE color: 4838876.
HSL color Cylindrical-coordinate representation of color #DCD549: hue angle of 57.14º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DCD549 is Cyan = 0, Magento = 0.03, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 213 | 73 | - |
| CMYK | 0 | 0.03 | 0.67 | 0.14 |
| HSL | 57.14º | 0.68% | 0.57% | - |
| HSV(B) | 57.14º | 0.67% | 0.86% | - |
| XYZ | 54.51 | 63.29 | 15.65 | - |
| YUV | 199.13 | 56.82 | 142.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 213 | 73 | 0 | 0.03 | 0.67 | 0.14 | 57.14 | 0.68 | 0.57 |
| Hex | DC | D5 | 49 | 0 | 3 | 43 | E | 39 | 44 | 39 |
| Octal | 334 | 325 | 111 | 0 | 3 | 103 | 16 | 71 | 104 | 71 |
| Binary | 11011100 | 11010101 | 1001001 | 0 | 11 | 1000011 | 1110 | 111001 | 1000100 | 111001 |
Color Harmonies of #DCD549
Complementary color
Monochromatic Colors of #DCD549
Black with #DCD549
Text Example
Text Example
White with #DCD549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD549; }
p { color: rgb(220,213,73); }
H1.HeaderClassName
{
color: #DCD549;
}
.AnyTagClassName
{
color: #DCD549;
}
</style>
background-color css
<style>
a { background-color: #DCD549; }
a { background-color: rgb(220,213,73); }
div.DivClassName
{
background-color: #DCD549;
}
.BgClassName
{
background-color: #DCD549;
}
</style>
border-color css
<style>
span { border-color: #DCD549; }
span { border-color: rgb(220,213,73); }
td.TdClassName
{
border-color: #DCD549;
}
.TagClassName
{
border-color: #DCD549;
}
</style>