Shades of Confetti #DEC541
Tints of Confetti #DEC541
RGB
CMYK
RGB Variations
Color information
#DEC541 (or 0xDEC541) is known color: Confetti. HEX triplet: DE, C5 and 41. RGB value is (222,197,65). Sum of RGB (Red+Green+Blue) = 222+197+65=484 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.87% from 484); Green value is 197 (77.34% from 255 or 40.70% from 484); Blue value is 65 (25.78% from 255 or 13.43% from 484); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC541 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEC541 is #213ABE. Grayscale: #BDBDBD. Windows color (decimal): -2177727 or 4310494. OLE color: 4310494.
HSL color Cylindrical-coordinate representation of color #DEC541: hue angle of 50.45º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DEC541 is Cyan = 0, Magento = 0.11, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 197 | 65 | - |
| CMYK | 0 | 0.11 | 0.71 | 0.13 |
| HSL | 50.45º | 0.7% | 0.56% | - |
| HSV(B) | 50.45º | 0.71% | 0.87% | - |
| XYZ | 51.04 | 55.84 | 13.09 | - |
| YUV | 189.43 | 57.78 | 151.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 197 | 65 | 0 | 0.11 | 0.71 | 0.13 | 50.45 | 0.7 | 0.56 |
| Hex | DE | C5 | 41 | 0 | B | 47 | D | 32 | 46 | 38 |
| Octal | 336 | 305 | 101 | 0 | 13 | 107 | 15 | 62 | 106 | 70 |
| Binary | 11011110 | 11000101 | 1000001 | 0 | 1011 | 1000111 | 1101 | 110010 | 1000110 | 111000 |
Color Harmonies of #DEC541
Complementary color
Monochromatic Colors of #DEC541
Black with #DEC541
Text Example
Text Example
White with #DEC541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC541; }
p { color: rgb(222,197,65); }
H1.HeaderClassName
{
color: #DEC541;
}
.AnyTagClassName
{
color: #DEC541;
}
</style>
background-color css
<style>
a { background-color: #DEC541; }
a { background-color: rgb(222,197,65); }
div.DivClassName
{
background-color: #DEC541;
}
.BgClassName
{
background-color: #DEC541;
}
</style>
border-color css
<style>
span { border-color: #DEC541; }
span { border-color: rgb(222,197,65); }
td.TdClassName
{
border-color: #DEC541;
}
.TagClassName
{
border-color: #DEC541;
}
</style>