Shades of Confetti #DEC857
Tints of Confetti #DEC857
RGB
CMYK
RGB Variations
Color information
#DEC857 (or 0xDEC857) is known color: Confetti. HEX triplet: DE, C8 and 57. RGB value is (222,200,87). Sum of RGB (Red+Green+Blue) = 222+200+87=509 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.61% from 509); Green value is 200 (78.52% from 255 or 39.29% from 509); Blue value is 87 (34.38% from 255 or 17.09% from 509); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC857 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEC857 is #2137A8. Grayscale: #C2C2C2. Windows color (decimal): -2176937 or 5753054. OLE color: 5753054.
HSL color Cylindrical-coordinate representation of color #DEC857: hue angle of 50.22º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DEC857 is Cyan = 0, Magento = 0.10, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 200 | 87 | - |
| CMYK | 0 | 0.10 | 0.61 | 0.13 |
| HSL | 50.22º | 0.67% | 0.61% | - |
| HSV(B) | 50.22º | 0.61% | 0.87% | - |
| XYZ | 52.5 | 57.53 | 17.35 | - |
| YUV | 193.7 | 67.79 | 148.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 200 | 87 | 0 | 0.10 | 0.61 | 0.13 | 50.22 | 0.67 | 0.61 |
| Hex | DE | C8 | 57 | 0 | A | 3D | D | 32 | 43 | 3D |
| Octal | 336 | 310 | 127 | 0 | 12 | 75 | 15 | 62 | 103 | 75 |
| Binary | 11011110 | 11001000 | 1010111 | 0 | 1010 | 111101 | 1101 | 110010 | 1000011 | 111101 |
Color Harmonies of #DEC857
Complementary color
Monochromatic Colors of #DEC857
Black with #DEC857
Text Example
Text Example
White with #DEC857
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC857; }
p { color: rgb(222,200,87); }
H1.HeaderClassName
{
color: #DEC857;
}
.AnyTagClassName
{
color: #DEC857;
}
</style>
background-color css
<style>
a { background-color: #DEC857; }
a { background-color: rgb(222,200,87); }
div.DivClassName
{
background-color: #DEC857;
}
.BgClassName
{
background-color: #DEC857;
}
</style>
border-color css
<style>
span { border-color: #DEC857; }
span { border-color: rgb(222,200,87); }
td.TdClassName
{
border-color: #DEC857;
}
.TagClassName
{
border-color: #DEC857;
}
</style>