Shades of Confetti #DECF4D
Tints of Confetti #DECF4D
RGB
CMYK
RGB Variations
Color information
#DECF4D (or 0xDECF4D) is known color: Confetti. HEX triplet: DE, CF and 4D. RGB value is (222,207,77). Sum of RGB (Red+Green+Blue) = 222+207+77=506 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.87% from 506); Green value is 207 (81.25% from 255 or 40.91% from 506); Blue value is 77 (30.47% from 255 or 15.22% from 506); Max value from RGB is 222 - color contains mainly: red. Hex color #DECF4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DECF4D is #2130B2. Grayscale: #C5C5C5. Windows color (decimal): -2175155 or 5099486. OLE color: 5099486.
HSL color Cylindrical-coordinate representation of color #DECF4D: hue angle of 53.79º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DECF4D is Cyan = 0, Magento = 0.07, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 207 | 77 | - |
| CMYK | 0 | 0.07 | 0.65 | 0.13 |
| HSL | 53.79º | 0.69% | 0.59% | - |
| HSV(B) | 53.79º | 0.65% | 0.87% | - |
| XYZ | 53.78 | 60.69 | 15.9 | - |
| YUV | 196.67 | 60.47 | 146.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 207 | 77 | 0 | 0.07 | 0.65 | 0.13 | 53.79 | 0.69 | 0.59 |
| Hex | DE | CF | 4D | 0 | 7 | 41 | D | 36 | 45 | 3B |
| Octal | 336 | 317 | 115 | 0 | 7 | 101 | 15 | 66 | 105 | 73 |
| Binary | 11011110 | 11001111 | 1001101 | 0 | 111 | 1000001 | 1101 | 110110 | 1000101 | 111011 |
Color Harmonies of #DECF4D
Complementary color
Monochromatic Colors of #DECF4D
Black with #DECF4D
Text Example
Text Example
White with #DECF4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECF4D; }
p { color: rgb(222,207,77); }
H1.HeaderClassName
{
color: #DECF4D;
}
.AnyTagClassName
{
color: #DECF4D;
}
</style>
background-color css
<style>
a { background-color: #DECF4D; }
a { background-color: rgb(222,207,77); }
div.DivClassName
{
background-color: #DECF4D;
}
.BgClassName
{
background-color: #DECF4D;
}
</style>
border-color css
<style>
span { border-color: #DECF4D; }
span { border-color: rgb(222,207,77); }
td.TdClassName
{
border-color: #DECF4D;
}
.TagClassName
{
border-color: #DECF4D;
}
</style>