Shades of Confetti #DECC50
Tints of Confetti #DECC50
RGB
CMYK
RGB Variations
Color information
#DECC50 (or 0xDECC50) is known color: Confetti. HEX triplet: DE, CC and 50. RGB value is (222,204,80). Sum of RGB (Red+Green+Blue) = 222+204+80=506 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.87% from 506); Green value is 204 (80.08% from 255 or 40.32% from 506); Blue value is 80 (31.64% from 255 or 15.81% from 506); Max value from RGB is 222 - color contains mainly: red. Hex color #DECC50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DECC50 is #2133AF. Grayscale: #C3C3C3. Windows color (decimal): -2175920 or 5295326. OLE color: 5295326.
HSL color Cylindrical-coordinate representation of color #DECC50: hue angle of 52.39º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DECC50 is Cyan = 0, Magento = 0.08, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 204 | 80 | - |
| CMYK | 0 | 0.08 | 0.64 | 0.13 |
| HSL | 52.39º | 0.68% | 0.59% | - |
| HSV(B) | 52.39º | 0.64% | 0.87% | - |
| XYZ | 53.17 | 59.29 | 16.23 | - |
| YUV | 195.25 | 62.96 | 147.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 204 | 80 | 0 | 0.08 | 0.64 | 0.13 | 52.39 | 0.68 | 0.59 |
| Hex | DE | CC | 50 | 0 | 8 | 40 | D | 34 | 44 | 3B |
| Octal | 336 | 314 | 120 | 0 | 10 | 100 | 15 | 64 | 104 | 73 |
| Binary | 11011110 | 11001100 | 1010000 | 0 | 1000 | 1000000 | 1101 | 110100 | 1000100 | 111011 |
Color Harmonies of #DECC50
Complementary color
Monochromatic Colors of #DECC50
Black with #DECC50
Text Example
Text Example
White with #DECC50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECC50; }
p { color: rgb(222,204,80); }
H1.HeaderClassName
{
color: #DECC50;
}
.AnyTagClassName
{
color: #DECC50;
}
</style>
background-color css
<style>
a { background-color: #DECC50; }
a { background-color: rgb(222,204,80); }
div.DivClassName
{
background-color: #DECC50;
}
.BgClassName
{
background-color: #DECC50;
}
</style>
border-color css
<style>
span { border-color: #DECC50; }
span { border-color: rgb(222,204,80); }
td.TdClassName
{
border-color: #DECC50;
}
.TagClassName
{
border-color: #DECC50;
}
</style>