Shades of Confetti #DCCA56
Tints of Confetti #DCCA56
RGB
CMYK
RGB Variations
Color information
#DCCA56 (or 0xDCCA56) is known color: Confetti. HEX triplet: DC, CA and 56. RGB value is (220,202,86). Sum of RGB (Red+Green+Blue) = 220+202+86=508 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.31% from 508); Green value is 202 (79.30% from 255 or 39.76% from 508); Blue value is 86 (33.98% from 255 or 16.93% from 508); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCA56 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCCA56 is #2335A9. Grayscale: #C2C2C2. Windows color (decimal): -2307498 or 5688028. OLE color: 5688028.
HSL color Cylindrical-coordinate representation of color #DCCA56: hue angle of 51.94º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DCCA56 is Cyan = 0, Magento = 0.08, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 202 | 86 | - |
| CMYK | 0 | 0.08 | 0.61 | 0.14 |
| HSL | 51.94º | 0.66% | 0.6% | - |
| HSV(B) | 51.94º | 0.61% | 0.86% | - |
| XYZ | 52.32 | 58.13 | 17.27 | - |
| YUV | 194.16 | 66.96 | 146.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 202 | 86 | 0 | 0.08 | 0.61 | 0.14 | 51.94 | 0.66 | 0.6 |
| Hex | DC | CA | 56 | 0 | 8 | 3D | E | 34 | 42 | 3C |
| Octal | 334 | 312 | 126 | 0 | 10 | 75 | 16 | 64 | 102 | 74 |
| Binary | 11011100 | 11001010 | 1010110 | 0 | 1000 | 111101 | 1110 | 110100 | 1000010 | 111100 |
Color Harmonies of #DCCA56
Complementary color
Monochromatic Colors of #DCCA56
Black with #DCCA56
Text Example
Text Example
White with #DCCA56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCA56; }
p { color: rgb(220,202,86); }
H1.HeaderClassName
{
color: #DCCA56;
}
.AnyTagClassName
{
color: #DCCA56;
}
</style>
background-color css
<style>
a { background-color: #DCCA56; }
a { background-color: rgb(220,202,86); }
div.DivClassName
{
background-color: #DCCA56;
}
.BgClassName
{
background-color: #DCCA56;
}
</style>
border-color css
<style>
span { border-color: #DCCA56; }
span { border-color: rgb(220,202,86); }
td.TdClassName
{
border-color: #DCCA56;
}
.TagClassName
{
border-color: #DCCA56;
}
</style>