Shades of Confetti #DECB57
Tints of Confetti #DECB57
RGB
CMYK
RGB Variations
Color information
#DECB57 (or 0xDECB57) is known color: Confetti. HEX triplet: DE, CB and 57. RGB value is (222,203,87). Sum of RGB (Red+Green+Blue) = 222+203+87=512 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.36% from 512); Green value is 203 (79.69% from 255 or 39.65% from 512); Blue value is 87 (34.38% from 255 or 16.99% from 512); Max value from RGB is 222 - color contains mainly: red. Hex color #DECB57 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DECB57 is #2134A8. Grayscale: #C3C3C3. Windows color (decimal): -2176169 or 5753822. OLE color: 5753822.
HSL color Cylindrical-coordinate representation of color #DECB57: hue angle of 51.56º 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 #DECB57 is Cyan = 0, Magento = 0.09, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 203 | 87 | - |
| CMYK | 0 | 0.09 | 0.61 | 0.13 |
| HSL | 51.56º | 0.67% | 0.61% | - |
| HSV(B) | 51.56º | 0.61% | 0.87% | - |
| XYZ | 53.2 | 58.93 | 17.59 | - |
| YUV | 195.46 | 66.79 | 146.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 203 | 87 | 0 | 0.09 | 0.61 | 0.13 | 51.56 | 0.67 | 0.61 |
| Hex | DE | CB | 57 | 0 | 9 | 3D | D | 34 | 43 | 3D |
| Octal | 336 | 313 | 127 | 0 | 11 | 75 | 15 | 64 | 103 | 75 |
| Binary | 11011110 | 11001011 | 1010111 | 0 | 1001 | 111101 | 1101 | 110100 | 1000011 | 111101 |
Color Harmonies of #DECB57
Complementary color
Monochromatic Colors of #DECB57
Black with #DECB57
Text Example
Text Example
White with #DECB57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECB57; }
p { color: rgb(222,203,87); }
H1.HeaderClassName
{
color: #DECB57;
}
.AnyTagClassName
{
color: #DECB57;
}
</style>
background-color css
<style>
a { background-color: #DECB57; }
a { background-color: rgb(222,203,87); }
div.DivClassName
{
background-color: #DECB57;
}
.BgClassName
{
background-color: #DECB57;
}
</style>
border-color css
<style>
span { border-color: #DECB57; }
span { border-color: rgb(222,203,87); }
td.TdClassName
{
border-color: #DECB57;
}
.TagClassName
{
border-color: #DECB57;
}
</style>