Shades of Confetti #DCCA4E
Tints of Confetti #DCCA4E
RGB
CMYK
RGB Variations
Color information
#DCCA4E (or 0xDCCA4E) is known color: Confetti. HEX triplet: DC, CA and 4E. RGB value is (220,202,78). Sum of RGB (Red+Green+Blue) = 220+202+78=500 (66% of max value = 765). Red value is 220 (86.33% from 255 or 44% from 500); Green value is 202 (79.30% from 255 or 40.4% from 500); Blue value is 78 (30.86% from 255 or 15.6% from 500); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCA4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCCA4E is #2335B1. Grayscale: #C1C1C1. Windows color (decimal): -2307506 or 5163740. OLE color: 5163740.
HSL color Cylindrical-coordinate representation of color #DCCA4E: hue angle of 52.39º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DCCA4E is Cyan = 0, Magento = 0.08, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 202 | 78 | - |
| CMYK | 0 | 0.08 | 0.65 | 0.14 |
| HSL | 52.39º | 0.67% | 0.58% | - |
| HSV(B) | 52.39º | 0.65% | 0.86% | - |
| XYZ | 52.01 | 58.01 | 15.66 | - |
| YUV | 193.25 | 62.96 | 147.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 202 | 78 | 0 | 0.08 | 0.65 | 0.14 | 52.39 | 0.67 | 0.58 |
| Hex | DC | CA | 4E | 0 | 8 | 41 | E | 34 | 43 | 3A |
| Octal | 334 | 312 | 116 | 0 | 10 | 101 | 16 | 64 | 103 | 72 |
| Binary | 11011100 | 11001010 | 1001110 | 0 | 1000 | 1000001 | 1110 | 110100 | 1000011 | 111010 |
Color Harmonies of #DCCA4E
Complementary color
Monochromatic Colors of #DCCA4E
Black with #DCCA4E
Text Example
Text Example
White with #DCCA4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCA4E; }
p { color: rgb(220,202,78); }
H1.HeaderClassName
{
color: #DCCA4E;
}
.AnyTagClassName
{
color: #DCCA4E;
}
</style>
background-color css
<style>
a { background-color: #DCCA4E; }
a { background-color: rgb(220,202,78); }
div.DivClassName
{
background-color: #DCCA4E;
}
.BgClassName
{
background-color: #DCCA4E;
}
</style>
border-color css
<style>
span { border-color: #DCCA4E; }
span { border-color: rgb(220,202,78); }
td.TdClassName
{
border-color: #DCCA4E;
}
.TagClassName
{
border-color: #DCCA4E;
}
</style>