Shades of Confetti #DCCF47
Tints of Confetti #DCCF47
RGB
CMYK
RGB Variations
Color information
#DCCF47 (or 0xDCCF47) is known color: Confetti. HEX triplet: DC, CF and 47. RGB value is (220,207,71). Sum of RGB (Red+Green+Blue) = 220+207+71=498 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.18% from 498); Green value is 207 (81.25% from 255 or 41.57% from 498); Blue value is 71 (28.12% from 255 or 14.26% from 498); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCF47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCCF47 is #2330B8. Grayscale: #C3C3C3. Windows color (decimal): -2306233 or 4706268. OLE color: 4706268.
HSL color Cylindrical-coordinate representation of color #DCCF47: hue angle of 54.77º 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 #DCCF47 is Cyan = 0, Magento = 0.06, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 207 | 71 | - |
| CMYK | 0 | 0.06 | 0.68 | 0.14 |
| HSL | 54.77º | 0.68% | 0.57% | - |
| HSV(B) | 54.77º | 0.68% | 0.86% | - |
| XYZ | 52.97 | 60.3 | 14.81 | - |
| YUV | 195.38 | 57.81 | 145.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 207 | 71 | 0 | 0.06 | 0.68 | 0.14 | 54.77 | 0.68 | 0.57 |
| Hex | DC | CF | 47 | 0 | 6 | 44 | E | 37 | 44 | 39 |
| Octal | 334 | 317 | 107 | 0 | 6 | 104 | 16 | 67 | 104 | 71 |
| Binary | 11011100 | 11001111 | 1000111 | 0 | 110 | 1000100 | 1110 | 110111 | 1000100 | 111001 |
Color Harmonies of #DCCF47
Complementary color
Monochromatic Colors of #DCCF47
Black with #DCCF47
Text Example
Text Example
White with #DCCF47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCF47; }
p { color: rgb(220,207,71); }
H1.HeaderClassName
{
color: #DCCF47;
}
.AnyTagClassName
{
color: #DCCF47;
}
</style>
background-color css
<style>
a { background-color: #DCCF47; }
a { background-color: rgb(220,207,71); }
div.DivClassName
{
background-color: #DCCF47;
}
.BgClassName
{
background-color: #DCCF47;
}
</style>
border-color css
<style>
span { border-color: #DCCF47; }
span { border-color: rgb(220,207,71); }
td.TdClassName
{
border-color: #DCCF47;
}
.TagClassName
{
border-color: #DCCF47;
}
</style>