Shades of Confetti #DCCD48
Tints of Confetti #DCCD48
RGB
CMYK
RGB Variations
Color information
#DCCD48 (or 0xDCCD48) is known color: Confetti. HEX triplet: DC, CD and 48. RGB value is (220,205,72). Sum of RGB (Red+Green+Blue) = 220+205+72=497 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.27% from 497); Green value is 205 (80.47% from 255 or 41.25% from 497); Blue value is 72 (28.52% from 255 or 14.49% from 497); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCD48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCCD48 is #2332B7. Grayscale: #C2C2C2. Windows color (decimal): -2306744 or 4771292. OLE color: 4771292.
HSL color Cylindrical-coordinate representation of color #DCCD48: hue angle of 53.92º 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 #DCCD48 is Cyan = 0, Magento = 0.07, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 205 | 72 | - |
| CMYK | 0 | 0.07 | 0.67 | 0.14 |
| HSL | 53.92º | 0.68% | 0.57% | - |
| HSV(B) | 53.92º | 0.67% | 0.86% | - |
| XYZ | 52.52 | 59.35 | 14.82 | - |
| YUV | 194.32 | 58.97 | 146.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 205 | 72 | 0 | 0.07 | 0.67 | 0.14 | 53.92 | 0.68 | 0.57 |
| Hex | DC | CD | 48 | 0 | 7 | 43 | E | 36 | 44 | 39 |
| Octal | 334 | 315 | 110 | 0 | 7 | 103 | 16 | 66 | 104 | 71 |
| Binary | 11011100 | 11001101 | 1001000 | 0 | 111 | 1000011 | 1110 | 110110 | 1000100 | 111001 |
Color Harmonies of #DCCD48
Complementary color
Monochromatic Colors of #DCCD48
Black with #DCCD48
Text Example
Text Example
White with #DCCD48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCD48; }
p { color: rgb(220,205,72); }
H1.HeaderClassName
{
color: #DCCD48;
}
.AnyTagClassName
{
color: #DCCD48;
}
</style>
background-color css
<style>
a { background-color: #DCCD48; }
a { background-color: rgb(220,205,72); }
div.DivClassName
{
background-color: #DCCD48;
}
.BgClassName
{
background-color: #DCCD48;
}
</style>
border-color css
<style>
span { border-color: #DCCD48; }
span { border-color: rgb(220,205,72); }
td.TdClassName
{
border-color: #DCCD48;
}
.TagClassName
{
border-color: #DCCD48;
}
</style>