Shades of Confetti #DEC744
Tints of Confetti #DEC744
RGB
CMYK
RGB Variations
Color information
#DEC744 (or 0xDEC744) is known color: Confetti. HEX triplet: DE, C7 and 44. RGB value is (222,199,68). Sum of RGB (Red+Green+Blue) = 222+199+68=489 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.40% from 489); Green value is 199 (78.12% from 255 or 40.70% from 489); Blue value is 68 (26.95% from 255 or 13.91% from 489); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC744 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEC744 is #2138BB. Grayscale: #BFBFBF. Windows color (decimal): -2177212 or 4507614. OLE color: 4507614.
HSL color Cylindrical-coordinate representation of color #DEC744: hue angle of 51.04º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DEC744 is Cyan = 0, Magento = 0.10, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 199 | 68 | - |
| CMYK | 0 | 0.10 | 0.69 | 0.13 |
| HSL | 51.04º | 0.7% | 0.57% | - |
| HSV(B) | 51.04º | 0.69% | 0.87% | - |
| XYZ | 51.59 | 56.79 | 13.71 | - |
| YUV | 190.94 | 58.62 | 150.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 199 | 68 | 0 | 0.10 | 0.69 | 0.13 | 51.04 | 0.7 | 0.57 |
| Hex | DE | C7 | 44 | 0 | A | 45 | D | 33 | 46 | 39 |
| Octal | 336 | 307 | 104 | 0 | 12 | 105 | 15 | 63 | 106 | 71 |
| Binary | 11011110 | 11000111 | 1000100 | 0 | 1010 | 1000101 | 1101 | 110011 | 1000110 | 111001 |
Color Harmonies of #DEC744
Complementary color
Monochromatic Colors of #DEC744
Black with #DEC744
Text Example
Text Example
White with #DEC744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC744; }
p { color: rgb(222,199,68); }
H1.HeaderClassName
{
color: #DEC744;
}
.AnyTagClassName
{
color: #DEC744;
}
</style>
background-color css
<style>
a { background-color: #DEC744; }
a { background-color: rgb(222,199,68); }
div.DivClassName
{
background-color: #DEC744;
}
.BgClassName
{
background-color: #DEC744;
}
</style>
border-color css
<style>
span { border-color: #DEC744; }
span { border-color: rgb(222,199,68); }
td.TdClassName
{
border-color: #DEC744;
}
.TagClassName
{
border-color: #DEC744;
}
</style>