Shades of Confetti #DCCA59
Tints of Confetti #DCCA59
RGB
CMYK
RGB Variations
Color information
#DCCA59 (or 0xDCCA59) is known color: Confetti. HEX triplet: DC, CA and 59. RGB value is (220,202,89). Sum of RGB (Red+Green+Blue) = 220+202+89=511 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.05% from 511); Green value is 202 (79.30% from 255 or 39.53% from 511); Blue value is 89 (35.16% from 255 or 17.42% from 511); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCA59 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCCA59 is #2335A6. Grayscale: #C2C2C2. Windows color (decimal): -2307495 or 5884636. OLE color: 5884636.
HSL color Cylindrical-coordinate representation of color #DCCA59: hue angle of 51.76º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DCCA59 is Cyan = 0, Magento = 0.08, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 202 | 89 | - |
| CMYK | 0 | 0.08 | 0.60 | 0.14 |
| HSL | 51.76º | 0.65% | 0.61% | - |
| HSV(B) | 51.76º | 0.6% | 0.86% | - |
| XYZ | 52.44 | 58.18 | 17.92 | - |
| YUV | 194.5 | 68.46 | 146.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 202 | 89 | 0 | 0.08 | 0.60 | 0.14 | 51.76 | 0.65 | 0.61 |
| Hex | DC | CA | 59 | 0 | 8 | 3C | E | 34 | 41 | 3D |
| Octal | 334 | 312 | 131 | 0 | 10 | 74 | 16 | 64 | 101 | 75 |
| Binary | 11011100 | 11001010 | 1011001 | 0 | 1000 | 111100 | 1110 | 110100 | 1000001 | 111101 |
Color Harmonies of #DCCA59
Complementary color
Monochromatic Colors of #DCCA59
Black with #DCCA59
Text Example
Text Example
White with #DCCA59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCA59; }
p { color: rgb(220,202,89); }
H1.HeaderClassName
{
color: #DCCA59;
}
.AnyTagClassName
{
color: #DCCA59;
}
</style>
background-color css
<style>
a { background-color: #DCCA59; }
a { background-color: rgb(220,202,89); }
div.DivClassName
{
background-color: #DCCA59;
}
.BgClassName
{
background-color: #DCCA59;
}
</style>
border-color css
<style>
span { border-color: #DCCA59; }
span { border-color: rgb(220,202,89); }
td.TdClassName
{
border-color: #DCCA59;
}
.TagClassName
{
border-color: #DCCA59;
}
</style>