Shades of Confetti #DCCD55
Tints of Confetti #DCCD55
RGB
CMYK
RGB Variations
Color information
#DCCD55 (or 0xDCCD55) is known color: Confetti. HEX triplet: DC, CD and 55. RGB value is (220,205,85). Sum of RGB (Red+Green+Blue) = 220+205+85=510 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.14% from 510); Green value is 205 (80.47% from 255 or 40.20% from 510); Blue value is 85 (33.59% from 255 or 16.67% from 510); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCD55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCCD55 is #2332AA. Grayscale: #C4C4C4. Windows color (decimal): -2306731 or 5623260. OLE color: 5623260.
HSL color Cylindrical-coordinate representation of color #DCCD55: hue angle of 53.33º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DCCD55 is Cyan = 0, Magento = 0.07, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 205 | 85 | - |
| CMYK | 0 | 0.07 | 0.61 | 0.14 |
| HSL | 53.33º | 0.66% | 0.6% | - |
| HSV(B) | 53.33º | 0.61% | 0.86% | - |
| XYZ | 52.99 | 59.53 | 17.29 | - |
| YUV | 195.81 | 65.47 | 145.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 205 | 85 | 0 | 0.07 | 0.61 | 0.14 | 53.33 | 0.66 | 0.6 |
| Hex | DC | CD | 55 | 0 | 7 | 3D | E | 35 | 42 | 3C |
| Octal | 334 | 315 | 125 | 0 | 7 | 75 | 16 | 65 | 102 | 74 |
| Binary | 11011100 | 11001101 | 1010101 | 0 | 111 | 111101 | 1110 | 110101 | 1000010 | 111100 |
Color Harmonies of #DCCD55
Complementary color
Monochromatic Colors of #DCCD55
Black with #DCCD55
Text Example
Text Example
White with #DCCD55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCD55; }
p { color: rgb(220,205,85); }
H1.HeaderClassName
{
color: #DCCD55;
}
.AnyTagClassName
{
color: #DCCD55;
}
</style>
background-color css
<style>
a { background-color: #DCCD55; }
a { background-color: rgb(220,205,85); }
div.DivClassName
{
background-color: #DCCD55;
}
.BgClassName
{
background-color: #DCCD55;
}
</style>
border-color css
<style>
span { border-color: #DCCD55; }
span { border-color: rgb(220,205,85); }
td.TdClassName
{
border-color: #DCCD55;
}
.TagClassName
{
border-color: #DCCD55;
}
</style>