Shades of Confetti #DECB58
Tints of Confetti #DECB58
RGB
CMYK
RGB Variations
Color information
#DECB58 (or 0xDECB58) is known color: Confetti. HEX triplet: DE, CB and 58. RGB value is (222,203,88). Sum of RGB (Red+Green+Blue) = 222+203+88=513 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.27% from 513); Green value is 203 (79.69% from 255 or 39.57% from 513); Blue value is 88 (34.77% from 255 or 17.15% from 513); Max value from RGB is 222 - color contains mainly: red. Hex color #DECB58 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DECB58 is #2134A7. Grayscale: #C4C4C4. Windows color (decimal): -2176168 or 5819358. OLE color: 5819358.
HSL color Cylindrical-coordinate representation of color #DECB58: hue angle of 51.49º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DECB58 is Cyan = 0, Magento = 0.09, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 203 | 88 | - |
| CMYK | 0 | 0.09 | 0.60 | 0.13 |
| HSL | 51.49º | 0.67% | 0.61% | - |
| HSV(B) | 51.49º | 0.6% | 0.87% | - |
| XYZ | 53.24 | 58.95 | 17.8 | - |
| YUV | 195.57 | 67.29 | 146.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 203 | 88 | 0 | 0.09 | 0.60 | 0.13 | 51.49 | 0.67 | 0.61 |
| Hex | DE | CB | 58 | 0 | 9 | 3C | D | 33 | 43 | 3D |
| Octal | 336 | 313 | 130 | 0 | 11 | 74 | 15 | 63 | 103 | 75 |
| Binary | 11011110 | 11001011 | 1011000 | 0 | 1001 | 111100 | 1101 | 110011 | 1000011 | 111101 |
Color Harmonies of #DECB58
Complementary color
Monochromatic Colors of #DECB58
Black with #DECB58
Text Example
Text Example
White with #DECB58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECB58; }
p { color: rgb(222,203,88); }
H1.HeaderClassName
{
color: #DECB58;
}
.AnyTagClassName
{
color: #DECB58;
}
</style>
background-color css
<style>
a { background-color: #DECB58; }
a { background-color: rgb(222,203,88); }
div.DivClassName
{
background-color: #DECB58;
}
.BgClassName
{
background-color: #DECB58;
}
</style>
border-color css
<style>
span { border-color: #DECB58; }
span { border-color: rgb(222,203,88); }
td.TdClassName
{
border-color: #DECB58;
}
.TagClassName
{
border-color: #DECB58;
}
</style>