Shades of Confetti #DCD052
Tints of Confetti #DCD052
RGB
CMYK
RGB Variations
Color information
#DCD052 (or 0xDCD052) is known color: Confetti. HEX triplet: DC, D0 and 52. RGB value is (220,208,82). Sum of RGB (Red+Green+Blue) = 220+208+82=510 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.14% from 510); Green value is 208 (81.64% from 255 or 40.78% from 510); Blue value is 82 (32.42% from 255 or 16.08% from 510); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD052 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD052 is #232FAD. Grayscale: #C5C5C5. Windows color (decimal): -2305966 or 5427420. OLE color: 5427420.
HSL color Cylindrical-coordinate representation of color #DCD052: hue angle of 54.78º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DCD052 is Cyan = 0, Magento = 0.05, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 208 | 82 | - |
| CMYK | 0 | 0.05 | 0.63 | 0.14 |
| HSL | 54.78º | 0.66% | 0.59% | - |
| HSV(B) | 54.78º | 0.63% | 0.86% | - |
| XYZ | 53.59 | 60.94 | 16.92 | - |
| YUV | 197.22 | 62.98 | 144.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 208 | 82 | 0 | 0.05 | 0.63 | 0.14 | 54.78 | 0.66 | 0.59 |
| Hex | DC | D0 | 52 | 0 | 5 | 3F | E | 37 | 42 | 3B |
| Octal | 334 | 320 | 122 | 0 | 5 | 77 | 16 | 67 | 102 | 73 |
| Binary | 11011100 | 11010000 | 1010010 | 0 | 101 | 111111 | 1110 | 110111 | 1000010 | 111011 |
Color Harmonies of #DCD052
Complementary color
Monochromatic Colors of #DCD052
Black with #DCD052
Text Example
Text Example
White with #DCD052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD052; }
p { color: rgb(220,208,82); }
H1.HeaderClassName
{
color: #DCD052;
}
.AnyTagClassName
{
color: #DCD052;
}
</style>
background-color css
<style>
a { background-color: #DCD052; }
a { background-color: rgb(220,208,82); }
div.DivClassName
{
background-color: #DCD052;
}
.BgClassName
{
background-color: #DCD052;
}
</style>
border-color css
<style>
span { border-color: #DCD052; }
span { border-color: rgb(220,208,82); }
td.TdClassName
{
border-color: #DCD052;
}
.TagClassName
{
border-color: #DCD052;
}
</style>