Shades of Confetti #DEC544
Tints of Confetti #DEC544
RGB
CMYK
RGB Variations
Color information
#DEC544 (or 0xDEC544) is known color: Confetti. HEX triplet: DE, C5 and 44. RGB value is (222,197,68). Sum of RGB (Red+Green+Blue) = 222+197+68=487 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.59% from 487); Green value is 197 (77.34% from 255 or 40.45% from 487); Blue value is 68 (26.95% from 255 or 13.96% from 487); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC544 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEC544 is #213ABB. Grayscale: #BEBEBE. Windows color (decimal): -2177724 or 4507102. OLE color: 4507102.
HSL color Cylindrical-coordinate representation of color #DEC544: hue angle of 50.26º 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 #DEC544 is Cyan = 0, Magento = 0.11, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 197 | 68 | - |
| CMYK | 0 | 0.11 | 0.69 | 0.13 |
| HSL | 50.26º | 0.7% | 0.57% | - |
| HSV(B) | 50.26º | 0.69% | 0.87% | - |
| XYZ | 51.13 | 55.88 | 13.56 | - |
| YUV | 189.77 | 59.28 | 150.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 197 | 68 | 0 | 0.11 | 0.69 | 0.13 | 50.26 | 0.7 | 0.57 |
| Hex | DE | C5 | 44 | 0 | B | 45 | D | 32 | 46 | 39 |
| Octal | 336 | 305 | 104 | 0 | 13 | 105 | 15 | 62 | 106 | 71 |
| Binary | 11011110 | 11000101 | 1000100 | 0 | 1011 | 1000101 | 1101 | 110010 | 1000110 | 111001 |
Color Harmonies of #DEC544
Complementary color
Monochromatic Colors of #DEC544
Black with #DEC544
Text Example
Text Example
White with #DEC544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC544; }
p { color: rgb(222,197,68); }
H1.HeaderClassName
{
color: #DEC544;
}
.AnyTagClassName
{
color: #DEC544;
}
</style>
background-color css
<style>
a { background-color: #DEC544; }
a { background-color: rgb(222,197,68); }
div.DivClassName
{
background-color: #DEC544;
}
.BgClassName
{
background-color: #DEC544;
}
</style>
border-color css
<style>
span { border-color: #DEC544; }
span { border-color: rgb(222,197,68); }
td.TdClassName
{
border-color: #DEC544;
}
.TagClassName
{
border-color: #DEC544;
}
</style>