Shades of Confetti #DCCA47
Tints of Confetti #DCCA47
RGB
CMYK
RGB Variations
Color information
#DCCA47 (or 0xDCCA47) is known color: Confetti. HEX triplet: DC, CA and 47. RGB value is (220,202,71). Sum of RGB (Red+Green+Blue) = 220+202+71=493 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.62% from 493); Green value is 202 (79.30% from 255 or 40.97% from 493); Blue value is 71 (28.12% from 255 or 14.40% from 493); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCA47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCCA47 is #2335B8. Grayscale: #C0C0C0. Windows color (decimal): -2307513 or 4704988. OLE color: 4704988.
HSL color Cylindrical-coordinate representation of color #DCCA47: hue angle of 52.75º 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 #DCCA47 is Cyan = 0, Magento = 0.08, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 202 | 71 | - |
| CMYK | 0 | 0.08 | 0.68 | 0.14 |
| HSL | 52.75º | 0.68% | 0.57% | - |
| HSV(B) | 52.75º | 0.68% | 0.86% | - |
| XYZ | 51.77 | 57.91 | 14.41 | - |
| YUV | 192.45 | 59.46 | 147.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 202 | 71 | 0 | 0.08 | 0.68 | 0.14 | 52.75 | 0.68 | 0.57 |
| Hex | DC | CA | 47 | 0 | 8 | 44 | E | 35 | 44 | 39 |
| Octal | 334 | 312 | 107 | 0 | 10 | 104 | 16 | 65 | 104 | 71 |
| Binary | 11011100 | 11001010 | 1000111 | 0 | 1000 | 1000100 | 1110 | 110101 | 1000100 | 111001 |
Color Harmonies of #DCCA47
Complementary color
Monochromatic Colors of #DCCA47
Black with #DCCA47
Text Example
Text Example
White with #DCCA47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCA47; }
p { color: rgb(220,202,71); }
H1.HeaderClassName
{
color: #DCCA47;
}
.AnyTagClassName
{
color: #DCCA47;
}
</style>
background-color css
<style>
a { background-color: #DCCA47; }
a { background-color: rgb(220,202,71); }
div.DivClassName
{
background-color: #DCCA47;
}
.BgClassName
{
background-color: #DCCA47;
}
</style>
border-color css
<style>
span { border-color: #DCCA47; }
span { border-color: rgb(220,202,71); }
td.TdClassName
{
border-color: #DCCA47;
}
.TagClassName
{
border-color: #DCCA47;
}
</style>