Shades of Confetti #DECC3E
Tints of Confetti #DECC3E
RGB
CMYK
RGB Variations
Color information
#DECC3E (or 0xDECC3E) is known color: Confetti. HEX triplet: DE, CC and 3E. RGB value is (222,204,62). Sum of RGB (Red+Green+Blue) = 222+204+62=488 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.49% from 488); Green value is 204 (80.08% from 255 or 41.80% from 488); Blue value is 62 (24.61% from 255 or 12.70% from 488); Max value from RGB is 222 - color contains mainly: red. Hex color #DECC3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DECC3E is #2133C1. Grayscale: #C1C1C1. Windows color (decimal): -2175938 or 4115678. OLE color: 4115678.
HSL color Cylindrical-coordinate representation of color #DECC3E: hue angle of 53.25º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DECC3E is Cyan = 0, Magento = 0.08, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 204 | 62 | - |
| CMYK | 0 | 0.08 | 0.72 | 0.13 |
| HSL | 53.25º | 0.71% | 0.56% | - |
| HSV(B) | 53.25º | 0.72% | 0.87% | - |
| XYZ | 52.59 | 59.06 | 13.19 | - |
| YUV | 193.19 | 53.96 | 148.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 204 | 62 | 0 | 0.08 | 0.72 | 0.13 | 53.25 | 0.71 | 0.56 |
| Hex | DE | CC | 3E | 0 | 8 | 48 | D | 35 | 47 | 38 |
| Octal | 336 | 314 | 76 | 0 | 10 | 110 | 15 | 65 | 107 | 70 |
| Binary | 11011110 | 11001100 | 111110 | 0 | 1000 | 1001000 | 1101 | 110101 | 1000111 | 111000 |
Color Harmonies of #DECC3E
Complementary color
Monochromatic Colors of #DECC3E
Black with #DECC3E
Text Example
Text Example
White with #DECC3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECC3E; }
p { color: rgb(222,204,62); }
H1.HeaderClassName
{
color: #DECC3E;
}
.AnyTagClassName
{
color: #DECC3E;
}
</style>
background-color css
<style>
a { background-color: #DECC3E; }
a { background-color: rgb(222,204,62); }
div.DivClassName
{
background-color: #DECC3E;
}
.BgClassName
{
background-color: #DECC3E;
}
</style>
border-color css
<style>
span { border-color: #DECC3E; }
span { border-color: rgb(222,204,62); }
td.TdClassName
{
border-color: #DECC3E;
}
.TagClassName
{
border-color: #DECC3E;
}
</style>