Shades of Confetti #DCD050
Tints of Confetti #DCD050
RGB
CMYK
RGB Variations
Color information
#DCD050 (or 0xDCD050) is known color: Confetti. HEX triplet: DC, D0 and 50. RGB value is (220,208,80). Sum of RGB (Red+Green+Blue) = 220+208+80=508 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.31% from 508); Green value is 208 (81.64% from 255 or 40.94% from 508); Blue value is 80 (31.64% from 255 or 15.75% from 508); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD050 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD050 is #232FAF. Grayscale: #C5C5C5. Windows color (decimal): -2305968 or 5296348. OLE color: 5296348.
HSL color Cylindrical-coordinate representation of color #DCD050: hue angle of 54.86º 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 #DCD050 is Cyan = 0, Magento = 0.05, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 208 | 80 | - |
| CMYK | 0 | 0.05 | 0.64 | 0.14 |
| HSL | 54.86º | 0.67% | 0.59% | - |
| HSV(B) | 54.86º | 0.64% | 0.86% | - |
| XYZ | 53.52 | 60.91 | 16.52 | - |
| YUV | 197 | 61.98 | 144.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 208 | 80 | 0 | 0.05 | 0.64 | 0.14 | 54.86 | 0.67 | 0.59 |
| Hex | DC | D0 | 50 | 0 | 5 | 40 | E | 37 | 43 | 3B |
| Octal | 334 | 320 | 120 | 0 | 5 | 100 | 16 | 67 | 103 | 73 |
| Binary | 11011100 | 11010000 | 1010000 | 0 | 101 | 1000000 | 1110 | 110111 | 1000011 | 111011 |
Color Harmonies of #DCD050
Complementary color
Monochromatic Colors of #DCD050
Black with #DCD050
Text Example
Text Example
White with #DCD050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD050; }
p { color: rgb(220,208,80); }
H1.HeaderClassName
{
color: #DCD050;
}
.AnyTagClassName
{
color: #DCD050;
}
</style>
background-color css
<style>
a { background-color: #DCD050; }
a { background-color: rgb(220,208,80); }
div.DivClassName
{
background-color: #DCD050;
}
.BgClassName
{
background-color: #DCD050;
}
</style>
border-color css
<style>
span { border-color: #DCD050; }
span { border-color: rgb(220,208,80); }
td.TdClassName
{
border-color: #DCD050;
}
.TagClassName
{
border-color: #DCD050;
}
</style>