Shades of Confetti #DEC755
Tints of Confetti #DEC755
RGB
CMYK
RGB Variations
Color information
#DEC755 (or 0xDEC755) is known color: Confetti. HEX triplet: DE, C7 and 55. RGB value is (222,199,85). Sum of RGB (Red+Green+Blue) = 222+199+85=506 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.87% from 506); Green value is 199 (78.12% from 255 or 39.33% from 506); Blue value is 85 (33.59% from 255 or 16.80% from 506); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC755 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEC755 is #2138AA. Grayscale: #C1C1C1. Windows color (decimal): -2177195 or 5621726. OLE color: 5621726.
HSL color Cylindrical-coordinate representation of color #DEC755: hue angle of 49.93º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DEC755 is Cyan = 0, Magento = 0.10, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 199 | 85 | - |
| CMYK | 0 | 0.10 | 0.62 | 0.13 |
| HSL | 49.93º | 0.67% | 0.6% | - |
| HSV(B) | 49.93º | 0.62% | 0.87% | - |
| XYZ | 52.19 | 57.03 | 16.85 | - |
| YUV | 192.88 | 67.12 | 148.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 199 | 85 | 0 | 0.10 | 0.62 | 0.13 | 49.93 | 0.67 | 0.6 |
| Hex | DE | C7 | 55 | 0 | A | 3E | D | 32 | 43 | 3C |
| Octal | 336 | 307 | 125 | 0 | 12 | 76 | 15 | 62 | 103 | 74 |
| Binary | 11011110 | 11000111 | 1010101 | 0 | 1010 | 111110 | 1101 | 110010 | 1000011 | 111100 |
Color Harmonies of #DEC755
Complementary color
Monochromatic Colors of #DEC755
Black with #DEC755
Text Example
Text Example
White with #DEC755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC755; }
p { color: rgb(222,199,85); }
H1.HeaderClassName
{
color: #DEC755;
}
.AnyTagClassName
{
color: #DEC755;
}
</style>
background-color css
<style>
a { background-color: #DEC755; }
a { background-color: rgb(222,199,85); }
div.DivClassName
{
background-color: #DEC755;
}
.BgClassName
{
background-color: #DEC755;
}
</style>
border-color css
<style>
span { border-color: #DEC755; }
span { border-color: rgb(222,199,85); }
td.TdClassName
{
border-color: #DEC755;
}
.TagClassName
{
border-color: #DEC755;
}
</style>