Shades of Confetti #DCCA40
Tints of Confetti #DCCA40
RGB
CMYK
RGB Variations
Color information
#DCCA40 (or 0xDCCA40) is known color: Confetti. HEX triplet: DC, CA and 40. RGB value is (220,202,64). Sum of RGB (Red+Green+Blue) = 220+202+64=486 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.27% from 486); Green value is 202 (79.30% from 255 or 41.56% from 486); Blue value is 64 (25.39% from 255 or 13.17% from 486); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCA40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCCA40 is #2335BF. Grayscale: #C0C0C0. Windows color (decimal): -2307520 or 4246236. OLE color: 4246236.
HSL color Cylindrical-coordinate representation of color #DCCA40: hue angle of 53.08º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DCCA40 is Cyan = 0, Magento = 0.08, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 202 | 64 | - |
| CMYK | 0 | 0.08 | 0.71 | 0.14 |
| HSL | 53.08º | 0.69% | 0.56% | - |
| HSV(B) | 53.08º | 0.71% | 0.86% | - |
| XYZ | 51.56 | 57.83 | 13.29 | - |
| YUV | 191.65 | 55.96 | 148.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 202 | 64 | 0 | 0.08 | 0.71 | 0.14 | 53.08 | 0.69 | 0.56 |
| Hex | DC | CA | 40 | 0 | 8 | 47 | E | 35 | 45 | 38 |
| Octal | 334 | 312 | 100 | 0 | 10 | 107 | 16 | 65 | 105 | 70 |
| Binary | 11011100 | 11001010 | 1000000 | 0 | 1000 | 1000111 | 1110 | 110101 | 1000101 | 111000 |
Color Harmonies of #DCCA40
Complementary color
Monochromatic Colors of #DCCA40
Black with #DCCA40
Text Example
Text Example
White with #DCCA40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCA40; }
p { color: rgb(220,202,64); }
H1.HeaderClassName
{
color: #DCCA40;
}
.AnyTagClassName
{
color: #DCCA40;
}
</style>
background-color css
<style>
a { background-color: #DCCA40; }
a { background-color: rgb(220,202,64); }
div.DivClassName
{
background-color: #DCCA40;
}
.BgClassName
{
background-color: #DCCA40;
}
</style>
border-color css
<style>
span { border-color: #DCCA40; }
span { border-color: rgb(220,202,64); }
td.TdClassName
{
border-color: #DCCA40;
}
.TagClassName
{
border-color: #DCCA40;
}
</style>