Shades of Confetti #DEC753
Tints of Confetti #DEC753
RGB
CMYK
RGB Variations
Color information
#DEC753 (or 0xDEC753) is known color: Confetti. HEX triplet: DE, C7 and 53. RGB value is (222,199,83). Sum of RGB (Red+Green+Blue) = 222+199+83=504 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.05% from 504); Green value is 199 (78.12% from 255 or 39.48% from 504); Blue value is 83 (32.81% from 255 or 16.47% from 504); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC753 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEC753 is #2138AC. Grayscale: #C1C1C1. Windows color (decimal): -2177197 or 5490654. OLE color: 5490654.
HSL color Cylindrical-coordinate representation of color #DEC753: hue angle of 50.07º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DEC753 is Cyan = 0, Magento = 0.10, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 199 | 83 | - |
| CMYK | 0 | 0.10 | 0.63 | 0.13 |
| HSL | 50.07º | 0.68% | 0.6% | - |
| HSV(B) | 50.07º | 0.63% | 0.87% | - |
| XYZ | 52.11 | 57 | 16.44 | - |
| YUV | 192.65 | 66.12 | 148.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 199 | 83 | 0 | 0.10 | 0.63 | 0.13 | 50.07 | 0.68 | 0.6 |
| Hex | DE | C7 | 53 | 0 | A | 3F | D | 32 | 44 | 3C |
| Octal | 336 | 307 | 123 | 0 | 12 | 77 | 15 | 62 | 104 | 74 |
| Binary | 11011110 | 11000111 | 1010011 | 0 | 1010 | 111111 | 1101 | 110010 | 1000100 | 111100 |
Color Harmonies of #DEC753
Complementary color
Monochromatic Colors of #DEC753
Black with #DEC753
Text Example
Text Example
White with #DEC753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC753; }
p { color: rgb(222,199,83); }
H1.HeaderClassName
{
color: #DEC753;
}
.AnyTagClassName
{
color: #DEC753;
}
</style>
background-color css
<style>
a { background-color: #DEC753; }
a { background-color: rgb(222,199,83); }
div.DivClassName
{
background-color: #DEC753;
}
.BgClassName
{
background-color: #DEC753;
}
</style>
border-color css
<style>
span { border-color: #DEC753; }
span { border-color: rgb(222,199,83); }
td.TdClassName
{
border-color: #DEC753;
}
.TagClassName
{
border-color: #DEC753;
}
</style>