Shades of Confetti #DECE4F
Tints of Confetti #DECE4F
RGB
CMYK
RGB Variations
Color information
#DECE4F (or 0xDECE4F) is known color: Confetti. HEX triplet: DE, CE and 4F. RGB value is (222,206,79). Sum of RGB (Red+Green+Blue) = 222+206+79=507 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.79% from 507); Green value is 206 (80.86% from 255 or 40.63% from 507); Blue value is 79 (31.25% from 255 or 15.58% from 507); Max value from RGB is 222 - color contains mainly: red. Hex color #DECE4F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DECE4F is #2131B0. Grayscale: #C4C4C4. Windows color (decimal): -2175409 or 5230302. OLE color: 5230302.
HSL color Cylindrical-coordinate representation of color #DECE4F: hue angle of 53.29º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DECE4F is Cyan = 0, Magento = 0.07, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 206 | 79 | - |
| CMYK | 0 | 0.07 | 0.64 | 0.13 |
| HSL | 53.29º | 0.68% | 0.59% | - |
| HSV(B) | 53.29º | 0.64% | 0.87% | - |
| XYZ | 53.61 | 60.24 | 16.2 | - |
| YUV | 196.31 | 61.8 | 146.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 206 | 79 | 0 | 0.07 | 0.64 | 0.13 | 53.29 | 0.68 | 0.59 |
| Hex | DE | CE | 4F | 0 | 7 | 40 | D | 35 | 44 | 3B |
| Octal | 336 | 316 | 117 | 0 | 7 | 100 | 15 | 65 | 104 | 73 |
| Binary | 11011110 | 11001110 | 1001111 | 0 | 111 | 1000000 | 1101 | 110101 | 1000100 | 111011 |
Color Harmonies of #DECE4F
Complementary color
Monochromatic Colors of #DECE4F
Black with #DECE4F
Text Example
Text Example
White with #DECE4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECE4F; }
p { color: rgb(222,206,79); }
H1.HeaderClassName
{
color: #DECE4F;
}
.AnyTagClassName
{
color: #DECE4F;
}
</style>
background-color css
<style>
a { background-color: #DECE4F; }
a { background-color: rgb(222,206,79); }
div.DivClassName
{
background-color: #DECE4F;
}
.BgClassName
{
background-color: #DECE4F;
}
</style>
border-color css
<style>
span { border-color: #DECE4F; }
span { border-color: rgb(222,206,79); }
td.TdClassName
{
border-color: #DECE4F;
}
.TagClassName
{
border-color: #DECE4F;
}
</style>