Shades of Confetti #DCCD47
Tints of Confetti #DCCD47
RGB
CMYK
RGB Variations
Color information
#DCCD47 (or 0xDCCD47) is known color: Confetti. HEX triplet: DC, CD and 47. RGB value is (220,205,71). Sum of RGB (Red+Green+Blue) = 220+205+71=496 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.35% from 496); Green value is 205 (80.47% from 255 or 41.33% from 496); Blue value is 71 (28.12% from 255 or 14.31% from 496); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCD47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCCD47 is #2332B8. Grayscale: #C2C2C2. Windows color (decimal): -2306745 or 4705756. OLE color: 4705756.
HSL color Cylindrical-coordinate representation of color #DCCD47: hue angle of 53.96º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DCCD47 is Cyan = 0, Magento = 0.07, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 205 | 71 | - |
| CMYK | 0 | 0.07 | 0.68 | 0.14 |
| HSL | 53.96º | 0.68% | 0.57% | - |
| HSV(B) | 53.96º | 0.68% | 0.86% | - |
| XYZ | 52.48 | 59.33 | 14.65 | - |
| YUV | 194.21 | 58.47 | 146.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 205 | 71 | 0 | 0.07 | 0.68 | 0.14 | 53.96 | 0.68 | 0.57 |
| Hex | DC | CD | 47 | 0 | 7 | 44 | E | 36 | 44 | 39 |
| Octal | 334 | 315 | 107 | 0 | 7 | 104 | 16 | 66 | 104 | 71 |
| Binary | 11011100 | 11001101 | 1000111 | 0 | 111 | 1000100 | 1110 | 110110 | 1000100 | 111001 |
Color Harmonies of #DCCD47
Complementary color
Monochromatic Colors of #DCCD47
Black with #DCCD47
Text Example
Text Example
White with #DCCD47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCD47; }
p { color: rgb(220,205,71); }
H1.HeaderClassName
{
color: #DCCD47;
}
.AnyTagClassName
{
color: #DCCD47;
}
</style>
background-color css
<style>
a { background-color: #DCCD47; }
a { background-color: rgb(220,205,71); }
div.DivClassName
{
background-color: #DCCD47;
}
.BgClassName
{
background-color: #DCCD47;
}
</style>
border-color css
<style>
span { border-color: #DCCD47; }
span { border-color: rgb(220,205,71); }
td.TdClassName
{
border-color: #DCCD47;
}
.TagClassName
{
border-color: #DCCD47;
}
</style>