Shades of Confetti #DCCD50
Tints of Confetti #DCCD50
RGB
CMYK
RGB Variations
Color information
#DCCD50 (or 0xDCCD50) is known color: Confetti. HEX triplet: DC, CD and 50. RGB value is (220,205,80). Sum of RGB (Red+Green+Blue) = 220+205+80=505 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.56% from 505); Green value is 205 (80.47% from 255 or 40.59% from 505); Blue value is 80 (31.64% from 255 or 15.84% from 505); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCD50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCCD50 is #2332AF. Grayscale: #C3C3C3. Windows color (decimal): -2306736 or 5295580. OLE color: 5295580.
HSL color Cylindrical-coordinate representation of color #DCCD50: hue angle of 53.57º 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 #DCCD50 is Cyan = 0, Magento = 0.07, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 205 | 80 | - |
| CMYK | 0 | 0.07 | 0.64 | 0.14 |
| HSL | 53.57º | 0.67% | 0.59% | - |
| HSV(B) | 53.57º | 0.64% | 0.86% | - |
| XYZ | 52.79 | 59.46 | 16.28 | - |
| YUV | 195.24 | 62.97 | 145.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 205 | 80 | 0 | 0.07 | 0.64 | 0.14 | 53.57 | 0.67 | 0.59 |
| Hex | DC | CD | 50 | 0 | 7 | 40 | E | 36 | 43 | 3B |
| Octal | 334 | 315 | 120 | 0 | 7 | 100 | 16 | 66 | 103 | 73 |
| Binary | 11011100 | 11001101 | 1010000 | 0 | 111 | 1000000 | 1110 | 110110 | 1000011 | 111011 |
Color Harmonies of #DCCD50
Complementary color
Monochromatic Colors of #DCCD50
Black with #DCCD50
Text Example
Text Example
White with #DCCD50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCD50; }
p { color: rgb(220,205,80); }
H1.HeaderClassName
{
color: #DCCD50;
}
.AnyTagClassName
{
color: #DCCD50;
}
</style>
background-color css
<style>
a { background-color: #DCCD50; }
a { background-color: rgb(220,205,80); }
div.DivClassName
{
background-color: #DCCD50;
}
.BgClassName
{
background-color: #DCCD50;
}
</style>
border-color css
<style>
span { border-color: #DCCD50; }
span { border-color: rgb(220,205,80); }
td.TdClassName
{
border-color: #DCCD50;
}
.TagClassName
{
border-color: #DCCD50;
}
</style>