Shades of Confetti #DEC750
Tints of Confetti #DEC750
RGB
CMYK
RGB Variations
Color information
#DEC750 (or 0xDEC750) is known color: Confetti. HEX triplet: DE, C7 and 50. RGB value is (222,199,80). Sum of RGB (Red+Green+Blue) = 222+199+80=501 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.31% from 501); Green value is 199 (78.12% from 255 or 39.72% from 501); Blue value is 80 (31.64% from 255 or 15.97% from 501); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC750 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEC750 is #2138AF. Grayscale: #C0C0C0. Windows color (decimal): -2177200 or 5294046. OLE color: 5294046.
HSL color Cylindrical-coordinate representation of color #DEC750: hue angle of 50.28º 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 #DEC750 is Cyan = 0, Magento = 0.10, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 199 | 80 | - |
| CMYK | 0 | 0.10 | 0.64 | 0.13 |
| HSL | 50.28º | 0.68% | 0.59% | - |
| HSV(B) | 50.28º | 0.64% | 0.87% | - |
| XYZ | 52 | 56.96 | 15.84 | - |
| YUV | 192.31 | 64.62 | 149.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 199 | 80 | 0 | 0.10 | 0.64 | 0.13 | 50.28 | 0.68 | 0.59 |
| Hex | DE | C7 | 50 | 0 | A | 40 | D | 32 | 44 | 3B |
| Octal | 336 | 307 | 120 | 0 | 12 | 100 | 15 | 62 | 104 | 73 |
| Binary | 11011110 | 11000111 | 1010000 | 0 | 1010 | 1000000 | 1101 | 110010 | 1000100 | 111011 |
Color Harmonies of #DEC750
Complementary color
Monochromatic Colors of #DEC750
Black with #DEC750
Text Example
Text Example
White with #DEC750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC750; }
p { color: rgb(222,199,80); }
H1.HeaderClassName
{
color: #DEC750;
}
.AnyTagClassName
{
color: #DEC750;
}
</style>
background-color css
<style>
a { background-color: #DEC750; }
a { background-color: rgb(222,199,80); }
div.DivClassName
{
background-color: #DEC750;
}
.BgClassName
{
background-color: #DEC750;
}
</style>
border-color css
<style>
span { border-color: #DEC750; }
span { border-color: rgb(222,199,80); }
td.TdClassName
{
border-color: #DEC750;
}
.TagClassName
{
border-color: #DEC750;
}
</style>