Shades of Confetti #DCCA58
Tints of Confetti #DCCA58
RGB
CMYK
RGB Variations
Color information
#DCCA58 (or 0xDCCA58) is known color: Confetti. HEX triplet: DC, CA and 58. RGB value is (220,202,88). Sum of RGB (Red+Green+Blue) = 220+202+88=510 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.14% from 510); Green value is 202 (79.30% from 255 or 39.61% from 510); Blue value is 88 (34.77% from 255 or 17.25% from 510); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCA58 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCCA58 is #2335A7. Grayscale: #C2C2C2. Windows color (decimal): -2307496 or 5819100. OLE color: 5819100.
HSL color Cylindrical-coordinate representation of color #DCCA58: hue angle of 51.82º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DCCA58 is Cyan = 0, Magento = 0.08, Yellow = 0.6 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 202 | 88 | - |
| CMYK | 0 | 0.08 | 0.6 | 0.14 |
| HSL | 51.82º | 0.65% | 0.6% | - |
| HSV(B) | 51.82º | 0.6% | 0.86% | - |
| XYZ | 52.4 | 58.16 | 17.7 | - |
| YUV | 194.39 | 67.96 | 146.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 202 | 88 | 0 | 0.08 | 0.6 | 0.14 | 51.82 | 0.65 | 0.6 |
| Hex | DC | CA | 58 | 0 | 8 | 3C | E | 34 | 41 | 3C |
| Octal | 334 | 312 | 130 | 0 | 10 | 74 | 16 | 64 | 101 | 74 |
| Binary | 11011100 | 11001010 | 1011000 | 0 | 1000 | 111100 | 1110 | 110100 | 1000001 | 111100 |
Color Harmonies of #DCCA58
Complementary color
Monochromatic Colors of #DCCA58
Black with #DCCA58
Text Example
Text Example
White with #DCCA58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCA58; }
p { color: rgb(220,202,88); }
H1.HeaderClassName
{
color: #DCCA58;
}
.AnyTagClassName
{
color: #DCCA58;
}
</style>
background-color css
<style>
a { background-color: #DCCA58; }
a { background-color: rgb(220,202,88); }
div.DivClassName
{
background-color: #DCCA58;
}
.BgClassName
{
background-color: #DCCA58;
}
</style>
border-color css
<style>
span { border-color: #DCCA58; }
span { border-color: rgb(220,202,88); }
td.TdClassName
{
border-color: #DCCA58;
}
.TagClassName
{
border-color: #DCCA58;
}
</style>