Shades of Confetti #DCCA43
Tints of Confetti #DCCA43
RGB
CMYK
RGB Variations
Color information
#DCCA43 (or 0xDCCA43) is known color: Confetti. HEX triplet: DC, CA and 43. RGB value is (220,202,67). Sum of RGB (Red+Green+Blue) = 220+202+67=489 (64% of max value = 765). Red value is 220 (86.33% from 255 or 44.99% from 489); Green value is 202 (79.30% from 255 or 41.31% from 489); Blue value is 67 (26.56% from 255 or 13.70% from 489); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCA43 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCCA43 is #2335BC. Grayscale: #C0C0C0. Windows color (decimal): -2307517 or 4442844. OLE color: 4442844.
HSL color Cylindrical-coordinate representation of color #DCCA43: hue angle of 52.94º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DCCA43 is Cyan = 0, Magento = 0.08, Yellow = 0.70 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 202 | 67 | - |
| CMYK | 0 | 0.08 | 0.70 | 0.14 |
| HSL | 52.94º | 0.69% | 0.56% | - |
| HSV(B) | 52.94º | 0.7% | 0.86% | - |
| XYZ | 51.65 | 57.86 | 13.76 | - |
| YUV | 191.99 | 57.46 | 147.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 202 | 67 | 0 | 0.08 | 0.70 | 0.14 | 52.94 | 0.69 | 0.56 |
| Hex | DC | CA | 43 | 0 | 8 | 46 | E | 35 | 45 | 38 |
| Octal | 334 | 312 | 103 | 0 | 10 | 106 | 16 | 65 | 105 | 70 |
| Binary | 11011100 | 11001010 | 1000011 | 0 | 1000 | 1000110 | 1110 | 110101 | 1000101 | 111000 |
Color Harmonies of #DCCA43
Complementary color
Monochromatic Colors of #DCCA43
Black with #DCCA43
Text Example
Text Example
White with #DCCA43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCA43; }
p { color: rgb(220,202,67); }
H1.HeaderClassName
{
color: #DCCA43;
}
.AnyTagClassName
{
color: #DCCA43;
}
</style>
background-color css
<style>
a { background-color: #DCCA43; }
a { background-color: rgb(220,202,67); }
div.DivClassName
{
background-color: #DCCA43;
}
.BgClassName
{
background-color: #DCCA43;
}
</style>
border-color css
<style>
span { border-color: #DCCA43; }
span { border-color: rgb(220,202,67); }
td.TdClassName
{
border-color: #DCCA43;
}
.TagClassName
{
border-color: #DCCA43;
}
</style>