Shades of Confetti #DECF43
Tints of Confetti #DECF43
RGB
CMYK
RGB Variations
Color information
#DECF43 (or 0xDECF43) is known color: Confetti. HEX triplet: DE, CF and 43. RGB value is (222,207,67). Sum of RGB (Red+Green+Blue) = 222+207+67=496 (65% of max value = 765). Red value is 222 (87.11% from 255 or 44.76% from 496); Green value is 207 (81.25% from 255 or 41.73% from 496); Blue value is 67 (26.56% from 255 or 13.51% from 496); Max value from RGB is 222 - color contains mainly: red. Hex color #DECF43 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DECF43 is #2130BC. Grayscale: #C4C4C4. Windows color (decimal): -2175165 or 4444126. OLE color: 4444126.
HSL color Cylindrical-coordinate representation of color #DECF43: hue angle of 54.19º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DECF43 is Cyan = 0, Magento = 0.07, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 207 | 67 | - |
| CMYK | 0 | 0.07 | 0.70 | 0.13 |
| HSL | 54.19º | 0.7% | 0.57% | - |
| HSV(B) | 54.19º | 0.7% | 0.87% | - |
| XYZ | 53.45 | 60.56 | 14.18 | - |
| YUV | 195.53 | 55.47 | 146.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 207 | 67 | 0 | 0.07 | 0.70 | 0.13 | 54.19 | 0.7 | 0.57 |
| Hex | DE | CF | 43 | 0 | 7 | 46 | D | 36 | 46 | 39 |
| Octal | 336 | 317 | 103 | 0 | 7 | 106 | 15 | 66 | 106 | 71 |
| Binary | 11011110 | 11001111 | 1000011 | 0 | 111 | 1000110 | 1101 | 110110 | 1000110 | 111001 |
Color Harmonies of #DECF43
Complementary color
Monochromatic Colors of #DECF43
Black with #DECF43
Text Example
Text Example
White with #DECF43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECF43; }
p { color: rgb(222,207,67); }
H1.HeaderClassName
{
color: #DECF43;
}
.AnyTagClassName
{
color: #DECF43;
}
</style>
background-color css
<style>
a { background-color: #DECF43; }
a { background-color: rgb(222,207,67); }
div.DivClassName
{
background-color: #DECF43;
}
.BgClassName
{
background-color: #DECF43;
}
</style>
border-color css
<style>
span { border-color: #DECF43; }
span { border-color: rgb(222,207,67); }
td.TdClassName
{
border-color: #DECF43;
}
.TagClassName
{
border-color: #DECF43;
}
</style>