Shades of Confetti #DECA59
Tints of Confetti #DECA59
RGB
CMYK
RGB Variations
Color information
#DECA59 (or 0xDECA59) is known color: Confetti. HEX triplet: DE, CA and 59. RGB value is (222,202,89). Sum of RGB (Red+Green+Blue) = 222+202+89=513 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.27% from 513); Green value is 202 (79.30% from 255 or 39.38% from 513); Blue value is 89 (35.16% from 255 or 17.35% from 513); Max value from RGB is 222 - color contains mainly: red. Hex color #DECA59 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DECA59 is #2135A6. Grayscale: #C3C3C3. Windows color (decimal): -2176423 or 5884638. OLE color: 5884638.
HSL color Cylindrical-coordinate representation of color #DECA59: hue angle of 50.98º 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 #DECA59 is Cyan = 0, Magento = 0.09, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 202 | 89 | - |
| CMYK | 0 | 0.09 | 0.60 | 0.13 |
| HSL | 50.98º | 0.67% | 0.61% | - |
| HSV(B) | 50.98º | 0.6% | 0.87% | - |
| XYZ | 53.05 | 58.49 | 17.95 | - |
| YUV | 195.1 | 68.13 | 147.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 202 | 89 | 0 | 0.09 | 0.60 | 0.13 | 50.98 | 0.67 | 0.61 |
| Hex | DE | CA | 59 | 0 | 9 | 3C | D | 33 | 43 | 3D |
| Octal | 336 | 312 | 131 | 0 | 11 | 74 | 15 | 63 | 103 | 75 |
| Binary | 11011110 | 11001010 | 1011001 | 0 | 1001 | 111100 | 1101 | 110011 | 1000011 | 111101 |
Color Harmonies of #DECA59
Complementary color
Monochromatic Colors of #DECA59
Black with #DECA59
Text Example
Text Example
White with #DECA59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECA59; }
p { color: rgb(222,202,89); }
H1.HeaderClassName
{
color: #DECA59;
}
.AnyTagClassName
{
color: #DECA59;
}
</style>
background-color css
<style>
a { background-color: #DECA59; }
a { background-color: rgb(222,202,89); }
div.DivClassName
{
background-color: #DECA59;
}
.BgClassName
{
background-color: #DECA59;
}
</style>
border-color css
<style>
span { border-color: #DECA59; }
span { border-color: rgb(222,202,89); }
td.TdClassName
{
border-color: #DECA59;
}
.TagClassName
{
border-color: #DECA59;
}
</style>